T01: add .prettierrc

This commit is contained in:
2026-06-21 20:32:55 +00:00
parent 565adc54b7
commit 2862b1afad
+8
View File
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}