lowcode-engine/packages/types/.prettierrc.js
2022-02-16 11:20:17 +08:00

7 lines
99 B
JavaScript

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