wx/.prettierrc

14 lines
269 B
Plaintext
Raw Normal View History

{
"semi": false,
"singleQuote": true,
"printWidth": 300,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"vueIndentScriptAndStyle": true
}