added editorconfig

This commit is contained in:
Alexander Yakovlev 2017-11-23 00:06:00 +07:00
parent 4be0dff2ce
commit f5de1f4c0f

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2