1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-04 15:15:02 +00:00
k5web/.prettierrc.js

9 lines
190 B
JavaScript

module.exports = {
tabWidth: 2,
semi: true,
printWidth: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
};