Add better YAML support to .editorconfig
This commit is contained in:
parent
a0e7d62212
commit
94e16923c7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ indent_style = space
|
|||
indent_style = space
|
||||
indent_size = 8
|
||||
|
||||
[*.{bashrc,sh,zsh,zshrc,yuck,yaml}]
|
||||
[*.{bashrc,sh,zsh,zshrc,yuck,yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue