Update .editorconfig

This commit is contained in:
deltax 2018-01-01 15:05:52 +01:00 committed by GitHub
parent 9815f6e3e1
commit 04ea4dee3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,12 +3,16 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
max_line_length=120
[*.sh]
indent_style = space
indent_size = 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.py]
indent_size=2
[*.md]
trim_trailing_whitespace = false