This commit is contained in:
Valentin Silyutin
2025-09-23 16:10:35 +04:00
commit 4b5fd448ef
12 changed files with 1414 additions and 0 deletions

8
.editorconfig Normal file
View File

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