diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 0cc28a1..28365d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,5 @@ +[*.c]
+tab_width = 2
+
[*.cpp]
tab_width = 2
|