Added .editorconfig to enforce 2-spacing indentation

This commit is contained in:
Kah Wei 2022-10-25 15:39:18 +08:00
parent 7c35d2955b
commit da167ec3a5
1 changed files with 5 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*.{c,cpp,h,hpp}]
indent_style = space
indent_size = 2