2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-21 21:30:32 +03:00
Files
vue-ganttastic/.prettierrc.js
T
2021-10-18 13:44:40 +03:00

20 lines
464 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
// embeddedLanguageFormatting: 'auto',
// htmlWhitespaceSensitivity: 'css',
// insertPragma: false,
// jsxBracketSameLine: false,
// jsxSingleQuote: false,
printWidth: 80,
// proseWrap: 'preserve',
// quoteProps: 'as-needed',
// requirePragma: false,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
useTabs: false,
vueIndentScriptAndStyle: true,
}