Skip to content

Commit ae240e2

Browse files
authored
Rollup merge of #110240 - beetrees:editorconfig-makefile-tabs, r=Mark-Simulacrum
Add `indent_style = tab` for `Makefile`s to `.editorconfig` Add `indent_style = tab` for `Makefile`s to `.editorconfig` as spaces don't work as indents in Makefiles.
2 parents 13fc33e + 20a7b02 commit ae240e2

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)