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
+3
View File
@@ -20,3 +20,6 @@ trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[Makefile]
indent_style = tab