init project-wise prettier config,

This commit is contained in:
louiscklaw
2025-05-12 13:22:43 +08:00
parent 7bb45316af
commit cf34833d42

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 120,
"quoteProps": "consistent",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"plugins": []
}