Skip to content

Conversation

@haoqunjiang
Copy link
Member

@haoqunjiang haoqunjiang commented Dec 4, 2025

Closes #93

Note:

As Oxfmt doesn't support languages other than TS and JS, we still need prettier. And in VS Code, we need the following to be added to .vscode/settings.json:

  "oxc.fmt.experimental": true,
  "[javascript]": {
    "editor.defaultFormatter": "oxc.oxc-vscode"
  },
  "[javascriptreact]": {
    "editor.defaultFormatter": "oxc.oxc-vscode"
  },
  "[typescript]": {
    "editor.defaultFormatter": "oxc.oxc-vscode"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "oxc.oxc-vscode"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Oxfmt

2 participants