Merge pull request #64 from DanielSiepmann/feature/editorconfig

TASK: Also support Makefile
This commit is contained in:
Daniel Siepmann 2017-04-11 12:59:28 +02:00 committed by GitHub
commit 269004947d

View file

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