Skip to content

Commit 20a7b02

Browse files
committed
Add indent_style = tab for Makefiles to .editorconfig
1 parent 661b33f commit 20a7b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ trim_trailing_whitespace = false
2020

2121
[*.yml]
2222
indent_size = 2
23+
24+
[Makefile]
25+
indent_style = tab

0 commit comments

Comments
 (0)