chore: init

This commit is contained in:
2025-08-31 11:05:44 +07:00
parent b4450dd647
commit abbe4110a3
10 changed files with 3364 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space