19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"sortPackageJson": false,
|
|
"sortImports": {
|
|
"partitionByNewline": true,
|
|
"newlinesBetween": false
|
|
},
|
|
"ignorePatterns": ["openspec/**", "bun.lock", "bin/**", "eslint-rules/**", "skills-lock.json"]
|
|
}
|