Set up project structure

This commit is contained in:
2024-10-17 12:53:14 +01:00
commit 7201effd29
12 changed files with 539 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
max_line_length = 120
tab_width = 4
[*.toml]
max_line_length = 1024
[*.{bat,cmd}]
end_of_line = crlf