add worker

This commit is contained in:
nin0 2024-11-14 07:57:50 -05:00
parent 9e3b3e5ee3
commit 2f98e577c5
9 changed files with 2303 additions and 0 deletions

12
worker/.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space