proper tabstops

This commit is contained in:
dinkc64 2018-12-23 08:43:03 -05:00
parent d9c7a84f2d
commit 4f29b660a7
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
[*.c]
indent_size = 4
[*.h]
indent_size = 4
[*.cpp]
indent_size = 4