Add editorconfig for Makefile, it must always use tab

This commit is contained in:
Saurabh Kumar 2015-04-25 19:10:32 +05:30
parent 581563fa35
commit 3c60cf7a63
2 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,6 @@ indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab

View File

@ -15,3 +15,6 @@ indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab