xuexiaole-mobile/.prettierrc.js
2025-08-02 02:47:09 +08:00

15 lines
285 B
JavaScript

module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
jsxSingleQuote: true,
bracketSpacing: true,
bracketSameLine: false,
arrowParens: 'avoid',
trailingComma: 'all',
vueIndentScriptAndStyle: false,
endOfLine: 'lf',
};