gpt4 book ai didi

java - 谷歌eclipse java风格: changing 2-space indentation to 4-space indentation

转载 作者:搜寻专家 更新时间:2023-11-01 03:35:20 27 4
gpt4 key购买 nike

我从这里得到了 Google java 风格: https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml

这种风格似乎使用了 2 个空格的缩进。但我想要 4 个空格的缩进。 我想 我找到了控制缩进的行:

<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/>

改为:

<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="4"/>

并添加到git formatter plugin .运行 formatter:format再次,但没有任何改变(仍然是 2 个空格缩进)。

我是否更改了配置文件中的正确行?如果不是,描述缩进的正确行是什么?

最佳答案

更改 tabulation.size 对我有用。

<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/>

关于java - 谷歌eclipse java风格: changing 2-space indentation to 4-space indentation,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33726304/

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