This commit is contained in:
Dominic Grimm 2023-02-07 07:02:51 +01:00
commit 94fb270008
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
22 changed files with 2424 additions and 0 deletions

33
.editorconfig Normal file
View file

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