.editorconfig文件设置保存不生效

.editorconfig

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

理论上,vscode中保存文件自动会进行上面的设置,但是保存后,文件还是crlf格式,没有改成lf格式。

原因:没有vscode插件:EditorConfig for VS Code

你可能感兴趣的:(.editorconfig文件设置保存不生效)