From 0d783e6692e467cb5c7a60450a94a68b748ce92d Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Fri, 28 Jul 2023 23:44:13 +0900 Subject: [PATCH] Add shell scripts config in project editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 3e2d0058..bd665b90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ trim_trailing_whitespace = false [home/.config/git/config] indent_style = tab + +[{Makefile,*.mk,*.go,.gitmodules,*.*sh,.*shrc,*shenv,.bash_*}] +indent_style = tab +indent_size = 4