Files
FiDA_Front/.prettierrc.json

10 lines
176 B
JSON
Raw Normal View History

2026-02-02 13:32:33 +08:00
{
2026-02-09 14:47:58 +08:00
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"useTabs": true,
"trailingComma": "none"
}