fix(.editorconfig): remove setting end_of_line and make Git track EOL changes on Windows (#7725)

This commit is contained in:
Jiaxin Zhu
2024-04-15 22:36:54 +08:00
committed by GitHub
parent ba17b9b56b
commit 015589cdd9

View File

@@ -4,7 +4,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true