Initial commit

This commit is contained in:
2026-05-29 17:49:25 +09:00
commit 330105cb27
1081 changed files with 148694 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"endOfLine": "crlf",
"printWidth": 240,
"proseWrap": "never",
"arrowParens": "avoid",
"bracketSpacing": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"semi": true
}