1

我在我的项目中设置了一个.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

根目录中的所有文件都遵守这一点,但嵌套目录中的文件不遵守这一点。在此处输入图像描述

4

0 回答 0