Merge pull request #64 from DanielSiepmann/feature/editorconfig
TASK: Also support Makefile
This commit is contained in:
commit
269004947d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue