Add .editorconfig
This commit is contained in:
parent
73c263c2b4
commit
2e92318bd2
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
@ -0,0 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*.{cpp,h}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
Loading…
Reference in a new issue