Files
FiDA_Front/.prettierrc.json
2026-02-10 13:05:24 +08:00

10 lines
217 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"useTabs": true,
"vueIndentScriptAndStyle": true
}