Register (#1)

Reviewed-on: phoenix/textsender#1
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-13 20:24:23 +00:00
committed by phoenix
parent 504e6600a4
commit 8f82bad099
14 changed files with 1100 additions and 530 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"endOfLine": "auto"
}