From 2de0133909f6cb9ffc214993c3ffda877298d6cd Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Jan 2026 13:32:03 +0100 Subject: [PATCH] editorconfig: add .sh setting Suggested-by: Masatake YAMATO Signed-off-by: Karel Zak --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index dec1094527..6f54a2987a 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 -- 2.47.3