add worker
This commit is contained in:
parent
9e3b3e5ee3
commit
2f98e577c5
9 changed files with 2303 additions and 0 deletions
12
worker/.editorconfig
Normal file
12
worker/.editorconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue