Initial commit

This commit is contained in:
2025-06-08 13:52:10 +06:00
committed by GitHub
commit ac7eb3c323
13 changed files with 389 additions and 0 deletions

22
.editorconfig Normal file
View File

@@ -0,0 +1,22 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
# CSV, Markdown, and Text files
[*.{csv,md,txt}]
trim_trailing_whitespace = true
# JSON and XML files
[*.{json,xml,yml,code-workspace}]
indent_style = space
indent_size = 2
# Matches the exact file .editorconfig
[.editorconfig]
indent_style = space
indent_size = 2