Skip to content

Commit e50173c

Browse files
committedDec 4, 2017
merge 2 rules in .editorconfig
1 parent 3318cf9 commit e50173c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.editorconfig

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ end_of_line = lf
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11-
[Makefile]
12-
indent_style = tab
13-
14-
[*.sh]
11+
[*.{sh,Makefile}]
1512
indent_style = tab
1613

1714
[*.proto]

0 commit comments

Comments
 (0)
Please sign in to comment.