From 2ad40541331f643d022101d9269ab038b83170fb Mon Sep 17 00:00:00 2001 From: Carl Smedstad Date: Sun, 22 May 2022 16:14:04 +0200 Subject: [PATCH] Add extension sh & bash to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 12924617..8ef8a237 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ charset = utf-8 trim_trailing_whitespace = true indent_style = tab -[*.{md,yml,yaml,json,toml,htm,html,js,css,svg}] +[*.{md,yml,yaml,json,toml,htm,html,js,css,svg,sh,bash}] indent_style = space indent_size = 2