.editorconfig added

This commit is contained in:
Nekotekina 2016-08-12 17:13:25 +03:00
parent 1fd8c50d95
commit f0459e3891

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*.{h,cpp,hpp}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true