Set up project structure

This commit is contained in:
2025-09-06 23:04:21 +02:00
commit 9f13cf8374
14 changed files with 561 additions and 0 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.{md,toml,yaml}]
max_line_length = 1024
[*.yaml]
indent_size = 2
tab_width = 2
[*.{bat,cmd}]
end_of_line = crlf