mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 06:54:49 +01:00
fix: editorconfig for yaml
This commit is contained in:
parent
a6cfb2b87f
commit
6681a53da9
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ indent_size = 2
|
|||
|
||||
[*.js]
|
||||
indent_size = 2
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue