switch tab style in Makefiles

This commit is contained in:
Matthias Kretschmann 2017-06-12 01:04:38 +02:00
parent 4203456c2a
commit b16f1ae486
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ indent_size = 4
[{**.json,.travis.yml}]
indent_style = space
indent_size = 2
[{Makefile,Make,make}]
indent_style = tab