mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|