wildduck/.prettierrc.js

6 lines
82 B
JavaScript
Raw Normal View History

2018-08-28 14:42:42 +08:00
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true
};