merge 2 rules in .editorconfig

This commit is contained in:
Anton Kaliaev
2017-12-04 15:01:28 -06:00
parent 3318cf9aec
commit e50173c7dc

View File

@ -8,10 +8,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.sh]
[*.{sh,Makefile}]
indent_style = tab
[*.proto]