This commit is contained in:
flux 2022-09-30 10:12:14 -07:00
commit d14fb5f0fe
No known key found for this signature in database
GPG key ID: 9333B27816848A15
10 changed files with 867 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# See https://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.{lua,luacheckrc}]
indent_style = tab
indent_size = 4