5 lines
82 B

module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true
};