mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-11 14:41:21 +00:00
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"$schema": "../web/node_modules/oxfmt/configuration_schema.json",
|
|
"endOfLine": "lf",
|
|
"insertFinalNewline": true,
|
|
"printWidth": 160,
|
|
"quoteProps": "as-needed",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|