Skip to content

Commit aa2384f

Browse files
authored
Add Makefile entry in .editorconfig (#395)
Makefiles use tab for indents
1 parent 85d012e commit aa2384f

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
@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
1212

1313
[*.bat]
1414
end_of_line = crlf
15+
16+
[Makefile]
17+
indent_style = tab

0 commit comments

Comments
 (0)