From c516acaa899a57c891c52d1cdf004ba00678880e Mon Sep 17 00:00:00 2001 From: bitraid Date: Sat, 21 Mar 2026 22:12:50 +0200 Subject: [PATCH] Add .fish to .editorconfig shell script rules --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d8eea4d2..4b07ad9f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{sh,bash}] +[*.{sh,bash,fish}] indent_style = space indent_size = 2 simplify = true