gpt4 book ai didi

java - Eclipse - 每次保存时,换行的缩进都会出现和消失

转载 作者:搜寻专家 更新时间:2023-10-31 19:33:19 28 4
gpt4 key购买 nike

每次我点击保存时,整个文件的格式会在这两种格式之间交替:

this.getObject()
.method()
.method();
this.method(arg1, arg2,
arg3, arg4);

this.getObject()
.method()
.method();
this.method(arg1, arg2,
arg3, arg4);

我希望它坚持第一种格式。

最佳答案

我当前的 Eclipse 配置也有同样的问题。我认为这是一个 Eclipse 错误。

我的猜测是这个问题在某种程度上与选项有关:

Java Code Style -> Cleanup -> Code organizing -> Correct indentation

发生冲突

Java Code Style -> Cleanup -> Code organizing -> Format source code

它应该已经根据格式化程序设置修复了缩进。

我在 Java Code Style -> CleanupJava Editor -> Save Actions -> Additional Actions -> Configure.. 中禁用了选项 Correct indentation . 问题似乎消失了。

关于java - Eclipse - 每次保存时,换行的缩进都会出现和消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23242445/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com