1
0

.editorconfig fixes (#4113)

alpha-sort .editorconfig
remove unknown .editorconfig command
This commit is contained in:
Alexander Harkness 2017-12-26 21:14:37 +00:00 committed by GitHub
parent 705deea205
commit ab5ff6a6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,7 @@
root = true root = true
[*] [*]
indent_style = tab
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true indent_style = tab
insert_final_newline = true insert_final_newline = true
spaces_around_operators = true trim_trailing_whitespace = true