First commit

This commit is contained in:
2026-04-21 13:57:46 +09:00
commit d3e2f6d4b6
34 changed files with 928 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true