From a529f0d6aebec229516ce849863bb8c3a3f998d1 Mon Sep 17 00:00:00 2001 From: Mitsuo Heijo Date: Fri, 31 Jan 2020 00:06:49 +0900 Subject: fix shellcheck issues, format bash scripts with shfmt --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 06f8939..a11e8ec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,8 @@ charset = utf-8 # Extension [*.sh] end_of_line = lf +indent_style = space +indent_size = 2 [*.cmd] end_of_line = crlf -- cgit v1.2.3-54-g00ecf