chore: initialize a new project

This commit is contained in:
PalmDevs
2023-11-24 22:54:41 +07:00
parent fbf0dee0a8
commit e4dbbfd68c
96 changed files with 418 additions and 8981 deletions

15
.editorconfig Executable file
View File

@@ -0,0 +1,15 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true