Merge pull request #3633 from elemoine/editorconfig

Add a Makefile section to .editorconfig
This commit is contained in:
Éric Lemoine
2015-04-27 07:48:38 +02:00

View File

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