Files
xsh-assistant-next/.oxfmtrc.json

17 lines
424 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"singleQuote": true,
"jsxSingleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 80,
"tabWidth": 2,
"bracketSpacing": true,
"semi": false,
"trailingComma": "es5",
"vueIndentScriptAndStyle": false,
"bracketSameLine": false,
"singleAttributePerLine": true,
"experimentalSortPackageJson": false,
"ignorePatterns": []
}