mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-22 17:48:39 -05:00
add yaml to editorconfig
This commit is contained in:
parent
db41d2411f
commit
ba892adf7f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ indent_size = 2
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.json]
|
[*.json, *.yml, *.yaml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
|
|
Loading…
Reference in a new issue