chore: Set editorconfig for workflows
This commit is contained in:
parent
066794fe90
commit
d03325c65a
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ indent_size = 2
|
||||||
[*.rs]
|
[*.rs]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
max_line_length = 98
|
max_line_length = 98
|
||||||
|
|
||||||
|
[{.forgejo/**/*.yml,.github/**/*.yml}]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue