Files
wiki/.oxfmtrc.json
T

10 lines
219 B
JSON
Raw Normal View History

{
2026-03-09 02:34:42 -04:00
"$schema": "./backend/node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSameLine": true,
"endOfLine": "lf",
"insertFinalNewline": true
}