mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 03:32:17 +08:00
9 lines
162 B
JSON
9 lines
162 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"printWidth": 100
|
||
|
}
|