mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
10 lines
No EOL
199 B
Text
10 lines
No EOL
199 B
Text
{
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"vueIndentScriptAndStyle": true,
|
|
"plugins": ["prettier-plugin-vue"]
|
|
} |