16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"ignorePatterns": ["dist", "tmp", "node_modules"]
|
|
}
|