From 98f8a61e83684ad6f8ae9daf24bd4bd21bbaa833 Mon Sep 17 00:00:00 2001 From: Paul Morgan Date: Wed, 20 Dec 2017 21:07:19 +0000 Subject: [PATCH] git: Configure editorconfig to indent with tabs in bash scripts This follows `test/test-bashfmt.sh` style check(s). --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index fa98abe0..d4b5cade 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.sh] +indent_style = tab + [*.go] indent_style = tab