From: Karel Zak Date: Tue, 6 Jan 2026 12:32:03 +0000 (+0100) Subject: editorconfig: add .sh setting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de0133909f6cb9ffc214993c3ffda877298d6cd;p=thirdparty%2Futil-linux.git editorconfig: add .sh setting Suggested-by: Masatake YAMATO Signed-off-by: Karel Zak --- diff --git a/.editorconfig b/.editorconfig index dec109452..6f54a2987 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,9 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 trim_trailing_whitespace = true + +[*.sh] +indent_style = tab +indent_size = 8 +trim_trailing_whitespace = true +insert_final_newline = true