Update .editorconfig, apply rules to all files

This commit is contained in:
Peter Dave Hello 2018-05-16 00:03:24 +08:00
parent 42eae256ca
commit 4549540a15
1 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true