Files
FiDA_Front/.prettierrc.json

11 lines
218 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,
2026-02-10 13:05:24 +08:00
"useTabs": true,
"trailingComma": "none",
2026-02-10 13:05:24 +08:00
"vueIndentScriptAndStyle": true
2026-02-09 14:47:58 +08:00
}