0
0
Fork 0
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:
Caesar Schinas 2023-08-18 23:36:44 +01:00 committed by Earl Warren
parent db41d2411f
commit ba892adf7f

View file

@ -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]