dbgate/packages/web/prettier.config.js
2020-02-03 19:43:11 +01:00

9 lines
138 B
JavaScript

module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParen: 'avoid',
printWidth: 120,
};