From e77a4ee4858a52a7d256086c3e69374429746479 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Sun, 22 Feb 2026 06:33:09 +0100 Subject: [PATCH] Add .sh to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index a04228b..ef4e49d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.sh] +indent_size = 2 + [*.nix] indent_size = 2 +