LSF_Application/.prettierrc.json

10 lines
176 B
JSON
Raw Normal View History

2025-07-10 11:24:06 +08:00
{
"singleQuote": true,
"semi": false,
"bracketSpacing": true,
"htmlwhitespaceSensitivity": "ignore",
"endofLine": "auto",
"trailingComma": "all",
"tabWidth": 2
}