Initial commit

This commit is contained in:
Woodpecker CI Plugins
2024-05-13 10:27:45 +02:00
commit bd4938c24c
13 changed files with 273 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 4