TASK: Also support Makefile

* Makefile requires tabs to work
This commit is contained in:
Daniel Siepmann 2017-04-11 12:23:25 +02:00
parent a13d25f0ae
commit c392cb8cb8

View file

@ -12,7 +12,9 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
# YAML
[Makefile]
indent_style = tab
[{*.yaml,*.yml}]
indent_style = space
indent_size = 2