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:
Matthias Krüger 2023-04-20 14:36:53 +02:00 committed by GitHub
commit ae240e2f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,6 @@ trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[Makefile]
indent_style = tab