mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
{
|
|
"bracketSameLine": true,
|
|
"endOfLine": "lf",
|
|
"jsonRecursiveSort": true,
|
|
"jsonSortOrder": "{\"*\": \"lexical\"}",
|
|
"plugins": ["prettier-plugin-sort-json"],
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|