any-rule/packages/www/prettier.config.js
2019-08-02 12:01:48 +08:00

8 lines
164 B
JavaScript
Vendored

// prettier.config.js or .prettierrc.js
module.exports = {
tabWidth: 4,
semi: true,
singleQuote: true,
arrowParens: 'always',
printWidth: 120
};