1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

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

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]