Add .fish to .editorconfig shell script rules

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