Files
intc-iot-web/.prettierrc
2025-04-24 17:33:21 +08:00

10 lines
154 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 160,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}