Add .editorconfig

This commit is contained in:
Alpyne 2020-10-30 18:58:37 -07:00
parent e64603c6b6
commit 4c3bf292fb
1 changed files with 10 additions and 0 deletions

10
src/.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{cpp,h}]
indent_style = space
indent_size = 4