grasscutterTools/packages/create-fast-vue3/.prettierrc

8 lines
108 B
Plaintext
Raw Permalink Normal View History

2022-05-02 10:38:10 +00:00
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}