dockerized_openAger/nodered/rootfs/data/node_modules/nodemailer/.prettierrc.js

6 lines
82 B
JavaScript
Raw Normal View History

2020-10-17 16:42:50 +00:00
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true
};