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
1 changed files with 3 additions and 0 deletions
|
|
@ -20,3 +20,6 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue