first commit

This commit is contained in:
2025-07-26 14:12:29 +09:00
commit d0c2d073b9
41 changed files with 21995 additions and 0 deletions

16
.editorconfig Executable file
View File

@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false