9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 80,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": ["firmware/components/libgit2/vendor/**"]
|
|
}
|