chore(editorconfig): add yml config
This commit is contained in:
parent
c578142376
commit
cafd6526fe
|
@ -24,3 +24,6 @@ indent_size = 4
|
||||||
# In a Makefile, the tab is significant and not "just" whitespace
|
# In a Makefile, the tab is significant and not "just" whitespace
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue