1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-06-08 03:58:19 +02:00

chore(cleanup): shfmt and .editorconfig applied to all scripts

This commit is contained in:
Earl Warren 2025-01-28 21:38:33 +01:00
parent 7052de80f6
commit b835e215bb
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 151 additions and 141 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true