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