smart-power-ui/.prettierrc

16 lines
348 B
Plaintext

{
// "printWidth": 220,
// "tabWidth": 4,
// "useTabs": true,
// "semi": true,
// "singleQuote": true,
// "quoteProps": "as-needed",
// "trailingComma": "none",
// "bracketSpacing": true,
// "jsxBracketSameLine": false,
// "arrowParens": "avoid",
// "endOfLine": "lf",
// "jsxSingleQuote": false,
// "vueIndentScriptAndStyle": false
}