feat(static): fmt

这个提交包含在:
rohow
2025-08-13 16:24:12 +08:00
未验证
父节点 3a6c263e6b
当前提交 1e6a8bca1f
修改 3 个文件,包含 14 行新增15 行删除
+6
查看文件
@@ -9,5 +9,11 @@
},
"tasks": {
"start": "deno run --allow-net --allow-read --allow-sys --allow-env main.ts"
},
"fmt": {
"lineWidth": 120,
"indentWidth": 2,
"semiColons": true,
"singleQuote": false
}
}