This commit is contained in:
Dominic Grimm 2022-12-12 17:54:07 +01:00
commit 2b65b6a1c5
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
26 changed files with 5911 additions and 0 deletions

9
backend/.editorconfig Normal file
View file

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