Skip to content

feat: add ocamlformat-mlx formatter support for .mlx files#14909

Open
davesnx wants to merge 6 commits intoanomalyco:devfrom
davesnx:add-ocamlformat-mlx-support
Open

feat: add ocamlformat-mlx formatter support for .mlx files#14909
davesnx wants to merge 6 commits intoanomalyco:devfrom
davesnx:add-ocamlformat-mlx-support

Conversation

@davesnx
Copy link
Copy Markdown

@davesnx davesnx commented Feb 24, 2026

Issue for this PR

Closes #14910

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds the ocamlformat-mlx for the mlx extension, all the info in https://github.com/ocaml-mlx/mlx

How did you verify your code works?

It follows the same structure as other formatters, I assume it works.

Screenshots / recordings

  • nil

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Feb 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Add ocamlformat-mlx formatter support for .mlx files doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Feb 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@davesnx davesnx force-pushed the add-ocamlformat-mlx-support branch from 78c62ac to 6eb0294 Compare February 24, 2026 13:29
@davesnx davesnx changed the title Add ocamlformat-mlx formatter support for .mlx files feat: add ocamlformat-mlx formatter support for .mlx files Apr 9, 2026
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.

[FEATURE]: Formatting for mlx files

1 participant