Adding .editorconfig

This commit is contained in:
Igor Shubovych 2016-01-17 23:34:49 +02:00
parent 4a4ac0d189
commit 5eba2c4946

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true