CI: make shell-scripts tab-indented by default
This commit is contained in:
parent
44489d3d7b
commit
0d2425ca78
@ -11,3 +11,8 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user