Add a Makefile section to .editorconfig

make requires tabs.
This commit is contained in:
Éric Lemoine
2015-04-26 22:19:43 +02:00
parent e60d3b75b2
commit 079733040f

View File

@@ -13,3 +13,7 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
indent_size = 4