mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"ignorePatterns": [
|
|
"output/raw/**/index_main.json",
|
|
"output/raw/**/index_initial.json"
|
|
],
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertFinalNewline": true,
|
|
"jsxSingleQuote": true,
|
|
"objectWrap": "preserve",
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "as-needed",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|