mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-18 09:07:03 +00:00
chore: Specify yml files have indent_size 2 in editorconfig
This commit is contained in:
parent
241daff42e
commit
d948408696
|
@ -8,3 +8,6 @@ end_of_line = lf
|
|||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue