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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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]