remove inconsistent tab widths form editorconfig

This commit is contained in:
2025-07-14 11:41:11 +02:00
parent 396c9dd83b
commit ca0db5f3d4

View File

@@ -9,7 +9,7 @@ indent_style = tab
indent_size = tab indent_size = tab
tab_width = 4 tab_width = 4
[*.{sh,bash,bashrc,bash_profile,md,json,css,scss}] [*.{md,json,css,scss}]
tab_width = 2 tab_width = 2
[{makefile,Makefile}] [{makefile,Makefile}]