Sort .editorconfig lines

This commit is contained in:
Zep Fietje
2023-08-18 10:25:52 +02:00
parent 123545eb37
commit d0ef910493
+2 -2
View File
@@ -3,9 +3,9 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]