Last active
April 16, 2025 12:50
-
-
Save MikaelFangel/d996722383d6eb14aea350fa117bf36c to your computer and use it in GitHub Desktop.
How to setup jj fix for mix format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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