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
|
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
|
||||||
|
|
Loading…
Reference in a new issue