Skip to content

Instantly share code, notes, and snippets.

@MikaelFangel
Last active April 16, 2025 12:50
Show Gist options
  • Save MikaelFangel/d996722383d6eb14aea350fa117bf36c to your computer and use it in GitHub Desktop.
Save MikaelFangel/d996722383d6eb14aea350fa117bf36c to your computer and use it in GitHub Desktop.
How to setup jj fix for mix format
[fix.tools.mix-format]
command = ["mix", "format", "-", "$path"]
patterns = ["glob:'**/*.ex'", "glob:'**/*.exs'"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment