devicesmgt/sgzb-ui/prettier.config.js

11 lines
227 B
JavaScript
Raw Normal View History

module.exports = {
tabWidth: 2,
semi: false,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}