add .editorconfig to maintain consistent coding style

This commit is contained in:
Anton Kaliaev
2017-01-22 18:00:08 +04:00
parent ce026f4099
commit e825d77736

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.sh]
indent_style = tab