2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-21 22:40:33 +03:00
Files
vue-ganttastic/.prettierrc.js
T
2023-10-11 15:24:41 +03:00

13 lines
226 B
JavaScript

// https://prettier.io/docs/en/options.html
module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
printWidth: 120,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false
}