mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
tabSize: 2,
|
|
};
|