chore: improve editorconfig for YAML and Makefile

This commit is contained in:
2021-11-02 01:21:49 +00:00
committed by Fonata
parent a28fc6ab0a
commit 518f5081fb

View File

@@ -14,5 +14,8 @@ insert_final_newline = true
[composer.json]
indent_size = 4
[.travis.yml]
[Makefile]
indent_style = tab
[*.yml,*.yaml]
indent_size = 2