Change .editorconfig to LF

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-05-30 22:28:19 +08:00
parent c7870071fc
commit 7f63d9cbc8

View File

@@ -1,6 +1,6 @@
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = crlf end_of_line = lf
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
insert_final_newline = false insert_final_newline = false