Add .editorconfig

This commit is contained in:
debris 2018-08-22 16:47:11 +02:00
parent 3e7cdf9801
commit 5e6d95f015
1 changed files with 16 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
indent_style=tab
indent_size=tab
tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true
[*.{yml,sh}]
indent_style=space
indent_size=2
tab_width=8
end_of_line=lf