1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/server/node_modules/nodemailer/.prettierrc.js
2023-10-17 10:59:46 +02:00

8 lines
156 B
JavaScript

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