Sort editorconfig

This commit is contained in:
Anthony Rose 2023-06-13 22:40:31 +01:00
parent 278ce12c31
commit f62c9951e5

View file

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