.editorconfig: apply the same md/tex rules to yaml
This commit is contained in:
parent
bbba9092f4
commit
57200a00c5
|
@ -8,7 +8,7 @@ charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
|
|
||||||
[*.{markdown,md,tex}]
|
[*.{markdown,md,tex,yaml}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue