Files
Code-Create/.prettierrc.json

11 lines
218 B
JSON
Raw Normal View History

2026-05-14 15:10:57 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"useTabs": true,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}