Skip to content

Commit ab12596

Browse files
authored
Merge pull request #79 from strk/Makefile-tabs
Use tabs in Makefiles
2 parents b58b634 + 6111e09 commit ab12596

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ indent_size = 4
1616
indent_style = tab
1717
indent_size = 2
1818

19+
[Makefile]
20+
indent_style = tab
21+
1922
[*.{less,yml}]
2023
indent_style = space
2124
indent_size = 2

0 commit comments

Comments
 (0)