core/lib/node/node_modules/nodemailer/.prettierrc.js
Christian Fraß e168077ef9 [upd] node
2023-07-27 17:37:22 +02:00

9 lines
156 B
JavaScript

module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};