update editorconfig to be more expressive and inclusive

This commit is contained in:
2025-05-26 18:30:11 +02:00
parent afa96afc9c
commit 7aaac7a102

View File

@@ -9,19 +9,10 @@ indent_style = tab
indent_size = tab
tab_width = 4
[*.{c,h,cpp,hpp}]
indent_style = tab
indent_size = tab
tab_width = 4
[{makefile,Makefile}]
indent_style = tab
indent_size = tab
[*.{sh,bash,md,json,css,scss}]
tab_width = 2
[.*/{sh,bash}]
indent_style = tab
indent_size = tab
[{makefile,Makefile}]
tab_width = 2
[*.{py,rs}]
@@ -29,7 +20,7 @@ indent_style = space
indent_size = tab
tab_width = 4
[*.{yaml,json,toml}]
[*.{yaml,toml}]
indent_style = space
indent_size = tab
tab_width = 2