Add .editorconfig

This commit is contained in:
Ivan Chikish 2023-07-08 21:38:26 +03:00
parent f1aa2d4951
commit ea31f142cf

7
.editorconfig Normal file
View File

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