Add indent_style = tab for Makefiles to .editorconfig

This commit is contained in:
beetrees 2023-04-12 01:33:29 +01:00
parent 661b33f524
commit 20a7b02289
No known key found for this signature in database
GPG Key ID: 8791BD754191EBD6

View File

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