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

View File

@@ -1,6 +1,6 @@
root = true
[*.{sh,bash}]
[*.{sh,bash,fish}]
indent_style = space
indent_size = 2
simplify = true