Add .fish to .editorconfig shell script rules

This commit is contained in:
bitraid
2026-03-21 22:12:50 +02:00
committed by Junegunn Choi
parent 11ff4745ad
commit c516acaa89
+1 -1
View File
@@ -1,6 +1,6 @@
root = true root = true
[*.{sh,bash}] [*.{sh,bash,fish}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
simplify = true simplify = true