Sort EditorConfig rules (#6012)

This commit is contained in:
Zep Fietje
2022-10-17 16:17:59 +02:00
committed by GitHub
parent 5daa02c70b
commit 1f27a2245b

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]