mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"$schema": "./backend/node_modules/oxfmt/configuration_schema.json",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSameLine": true,
|
|
"endOfLine": "lf",
|
|
"insertFinalNewline": true
|
|
}
|