Initial commit

This commit is contained in:
2025-04-29 20:54:26 +03:00
commit bf7f6c29be
11 changed files with 291 additions and 0 deletions

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.ps1]
charset = utf-8-bom
end_of_line = crlf
[*.{cmd,bat}]
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false