skywalking-booster-ui/prettier.config.js
2022-12-12 16:51:38 +08:00

10 lines
194 B
JavaScript

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