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.
This commit is contained in:
commit
ae240e2f19
@ -20,3 +20,6 @@ trim_trailing_whitespace = false
|
|||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user