dbgate/prettier.config.js

9 lines
138 B
JavaScript
Raw Normal View History

2019-12-30 19:49:12 +00:00
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParen: 'avoid',
printWidth: 120,
};