Files
orion-visor/orion-visor-ui/.prettierrc.js

10 lines
190 B
JavaScript
Raw Permalink Normal View History

2023-07-24 10:05:07 +08:00
module.exports = {
tabWidth: 2,
semi: true,
printWidth: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
};