Update .editorconfig

This commit is contained in:
deltax 2018-01-10 17:42:15 +01:00 committed by GitHub
parent 3a626804ce
commit 5b17844409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 12 deletions

View File

@ -1,20 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length=120
[*.sh]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.zsh]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.md]