grasscutterTools/packages/create-fast-vue3/.prettierrc
2022-05-02 18:38:10 +08:00

8 lines
108 B
Plaintext

{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}