wildduck/.prettierrc.js
2018-08-28 09:42:42 +03:00

6 lines
82 B
JavaScript

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