CI: make shell-scripts tab-indented by default

This commit is contained in:
Adriaan de Groot 2020-02-06 13:01:55 +01:00
parent 44489d3d7b
commit 0d2425ca78

View File

@ -11,3 +11,8 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
insert_final_newline = true
[*.sh]
indent_style = tab
insert_final_newline = true