skywalking-booster-ui/prettier.config.js
2022-12-06 22:17:10 +08:00

10 lines
194 B
JavaScript

module.exports = {
printWidth: 100,
semi: true,
vueIndentScriptAndStyle: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
};