Set indent_size for shell script to 4

This commit is contained in:
Tobias Happ 2019-11-16 17:23:08 +01:00 committed by Alexander Sosedkin
parent a50586202c
commit b7ad1d5d08

View file

@ -7,3 +7,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_size = 4