C's indent style should be tab

This commit is contained in:
Quinn
2025-04-08 10:40:57 +02:00
committed by Quinn
parent bec3838d0d
commit d0810ea95b

View File

@@ -10,7 +10,7 @@ indent_size = tab
tab_width = 4
[*.{c,h,cpp,hpp}]
indent_style = space
indent_style = tab
tab_width = 4
[{makefile,Makefile}]