add cs to the forcibly use category

This commit is contained in:
2025-08-02 00:59:00 +02:00
parent cc6007ebac
commit cd8174e281

View File

@@ -16,7 +16,7 @@ tab_width = 4
tab_width = 8
# forces the usage of 4 spaces
[*.{py,rs}]
[*.{py,rs,cs}]
indent_style = space
indent_size = tab
tab_width = 4