dbgate/prettier.config.js
2020-03-05 13:32:42 +01:00

9 lines
138 B
JavaScript

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