Merge pull request #116 from SHADE-DP/EditorConfig

Added .editorconfig to enforce 2-spacing indentation
This commit is contained in:
XiaoQiDigipen 2022-10-25 15:42:31 +08:00 committed by GitHub
commit 82f9499f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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