Initial commit

This commit is contained in:
lores
2025-05-29 21:50:48 +03:00
commit 9ec3efbf21
16 changed files with 1572 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[**]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 99
[*.{md,rst,ftl}]
max_line_length = 999
[*.{yml,yaml,json,toml}]
indent_size = 2