add bash config files to editorconfig

This commit is contained in:
2025-06-20 17:31:37 +02:00
parent 4c8e3ef4c9
commit 83851b83a4

View File

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