是否可以从 .editorconfig 中忽略/排除文件/文件夹?
原因:我有一个/vendor
包含第三方文件的文件夹。我不希望该文件夹继承我的任何.editorconfig
配置。
我找到了EditorConfig-Properties页面,似乎没有排除文件夹的属性。也许有一个黑客可以使它成为可能?
当前配置
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab