mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 05:06:44 +08:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
module.exports = {
|
|
printWidth: 160,
|
|
tabWidth: 4,
|
|
singleQuote: true
|
|
};
|