10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": []
|
|
}
|