mirror of https://github.com/rust-lang/rust.git
Add `indent_style = tab` for `Makefile`s to `.editorconfig`
This commit is contained in:
parent
661b33f524
commit
20a7b02289
|
@ -20,3 +20,6 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in New Issue