Initial commit

This commit is contained in:
Amk
2026-02-24 13:56:54 +00:00
commit 0ef8a1e255
86 changed files with 3124 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
[*.{kt,kts}]
indent_size = 4
[*.{xml,json,yaml,yml,toml}]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.bat]
end_of_line = crlf