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

pull/7730/head
Jiaxin Zhu 2024-04-15 22:36:54 +08:00 committed by GitHub
parent ba17b9b56b
commit 015589cdd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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