merge 2 rules in .editorconfig

This commit is contained in:
Anton Kaliaev 2017-12-04 15:01:28 -06:00
parent 3318cf9aec
commit e50173c7dc
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 4 deletions

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]