git: Configure editorconfig to indent with tabs in bash scripts

This follows `test/test-bashfmt.sh` style check(s).
This commit is contained in:
Paul Morgan
2017-12-20 21:07:19 +00:00
parent 2e86d7c5ab
commit 98f8a61e83

View File

@@ -12,6 +12,9 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.sh]
indent_style = tab
[*.go] [*.go]
indent_style = tab indent_style = tab