7 lines
204 B
JSON
7 lines
204 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"ignorePatterns": ["out/**", "dist/**", "release/**", "src/renderer/src/components/ui/**"]
|
|
}
|