Files
ragflow/web/.oxfmtrc.json
Zhichang Yu 61d58f598e Introduced oxfmt (#17431)
Introduced oxfmt
2026-07-27 17:38:52 +08:00

8 lines
117 B
JSON

{
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all",
"proseWrap": "never",
"endOfLine": "lf"
}