mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 06:44:48 +01:00
fix: editorconfig for yaml
This commit is contained in:
parent
bbdcfe2712
commit
85bd3c4535
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