2024-04-07 17:35:03 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
|
|
"semi": true,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"singleQuote": true,
|
|
|
|
"printWidth": 100,
|
|
|
|
"htmlWhitespaceSensitivity": "ignore",
|
2024-12-10 20:04:14 +08:00
|
|
|
"trailingComma": "all"
|
2024-04-07 17:35:03 +08:00
|
|
|
}
|