Files
boc/landvex/node_modules/nodemailer/.prettierrc.js
T

11 lines
171 B
JavaScript
Raw Normal View History

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