14 lines
360 B
JSON
14 lines
360 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"insertFinalNewline": true,
|
|
"ignorePatterns": ["node_modules/**", ".cache/**", "_site/**"]
|
|
}
|