0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

add yaml to editorconfig

(cherry picked from commit ba892adf7f)
This commit is contained in:
Caesar Schinas 2023-08-18 23:36:44 +01:00 committed by github-actions[bot]
parent 0d57e598f0
commit 7c1caace06

View file

@ -10,7 +10,7 @@ indent_size = 2
indent_style = tab
insert_final_newline = true
[*.json]
[*.json, *.yml, *.yaml]
indent_style = space
[*.md]