wildduck/.prettierrc.js

9 lines
156 B
JavaScript
Raw Normal View History

2018-08-28 14:42:42 +08:00
module.exports = {
printWidth: 160,
tabWidth: 4,
2020-04-08 16:57:48 +08:00
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
2018-08-28 14:42:42 +08:00
};