EditorConfig: Use LF for end_of_line

This commit is contained in:
Anthony Rose 2023-06-21 19:43:51 +01:00
parent 8aae06f401
commit 12917b6849

View file

@ -2,6 +2,7 @@ root = true
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = lf
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true