Add editorconfig

This commit is contained in:
Takumi Sueda 2022-04-19 01:19:31 +09:00
parent 22bb734d29
commit 64868531ed
1 changed files with 4 additions and 0 deletions

4
.editorconfig Normal file
View File

@ -0,0 +1,4 @@
[*.{c,cpp,h}]
indent_style = space
indent_size = 4
tab_width = 4