Files

8 lines
162 B
JSON
Raw Permalink Normal View History

2025-03-12 18:41:20 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none"
}