🔧 添加prettierrc

This commit is contained in:
Azide 2023-07-15 22:36:54 +08:00 committed by felinae98
parent fbc8f31b66
commit 74667794bb

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"singleQuote": false,
"trailingComma": "es5",
"semi": true
}