12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
; Frontend Prettier configuration
|
|
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"arrowParens": "always",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|