lowcode-engine/packages/types/.prettierrc.js
2020-10-13 17:06:51 +08:00

7 lines
99 B
JavaScript

module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'all',
tabSize: 2,
};