Add backend skeleton

This commit is contained in:
2023-06-09 18:53:03 +04:00
parent f3d5e4ec52
commit 4d45992279
10 changed files with 9437 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# Specifies editor configuration
# http://editorconfig.org/
root = true
# General style
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false