Files
FiDA_Front/.prettierrc.json

8 lines
163 B
JSON
Raw Normal View History

2026-02-02 13:32:33 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
2026-02-05 10:43:18 +08:00
"tabWidth": 4,
2026-02-02 13:32:33 +08:00
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}