Add .fish to .editorconfig shell script rules

This commit is contained in:
bitraid
2026-04-02 21:55:43 +09:00
committed by Junegunn Choi
parent 95695a6a49
commit f0245051a8
+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