Created
June 14, 2023 22:13
-
-
Save JosephTLyons/8c22fdf549917a7ee4f83b943f5863c7 to your computer and use it in GitHub Desktop.
Setting up mix formatter for Elixir in Zed
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
Source: https://github.com/zed-industries/community/issues/1526#issuecomment-1543891012 | |
{ | |
// ... | |
"language_overrides": { | |
"Elixir": { | |
"format_on_save": { | |
"external": { | |
"command": "mix", | |
"arguments": ["format", "--stdin-filename", "{buffer_path}", "-"] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment