在Sublime Text中嵌套目录中的文件没有使用EditorConfig?

时间:2015-08-18 20:59:48

标签: sublimetext3 indentation editorconfig

我在项目的.editorconfig中设置了root文件,如下所示:

root = true

[*]
indent-style = space
indent-size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

为了解决这个问题,我尝试添加:

[**/**/*.js]
indent-style = space
indent-size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

根目录中的所有文件都遵循这一点,但嵌套目录中的文件则不受尊重。enter image description here

0 个答案:

没有答案