2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-19 00:30:33 +03:00
Files
vue-ganttastic/.prettierrc.js
T
2021-10-19 14:39:10 +03:00

12 lines
213 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
printWidth: 80,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false,
vueIndentScriptAndStyle: true
}