set C tab width to 8

This commit is contained in:
2025-06-20 11:48:41 +02:00
parent 0482457659
commit ffec6515a1

View File

@@ -15,6 +15,9 @@ tab_width = 2
[{makefile,Makefile}]
tab_width = 2
[*.{c,cpp,h,hpp}]
tab_width = 8
[*.{py,rs}]
indent_style = space
indent_size = tab