This commit is contained in:
2026-04-10 13:48:30 +03:00
parent e73d5582b0
commit a8a2239d37
12 changed files with 638 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true