]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
editorconfig: add .sh setting
authorKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2026 12:32:03 +0000 (13:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2026 12:32:03 +0000 (13:32 +0100)
Suggested-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
.editorconfig

index dec10945278a6839e2fe55faba3c88a40fd54607..6f54a2987ac25bc0ed8d02f8385b43dece77d8e0 100644 (file)
@@ -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