blog.hangerthem.com/.oxfmtrc.json

18 lines
No EOL
375 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/**"
]
}