12

在 Intellij IDEA 14 上,我尝试在 Editor > Code Style > LESS 中设置我的首选项以进行 2 个空格缩进,但无论我做什么,我的代码最终都会被格式化为 4 个空格缩进。我如何让它为 LESS 做 2 个空格缩进?

设置

4

2 回答 2

29

If your project has an ".editorconfig" file, IntelliJ 14 uses that by default (which overwrites your settings). If you absolutely do not wish to use these settings, you need to disable the editorconfig plugin.

于 2015-01-13T19:52:23.783 回答
0

不太可能,但是如果您创建一个暂存缓冲区并将其重命名为 filename.ext。它不支持 *.ext 的代码样式,默认为制表符。您必须将暂存缓冲区复制到真实文件,然后它将应用 *.ext 的代码样式。

于 2017-07-28T07:45:06.800 回答