apheleia icon indicating copy to clipboard operation
apheleia copied to clipboard

Fix mix-format for `.heex` files

Open tomconroy opened this issue 9 months ago • 5 comments

Per the documentation for mix format:

  • --stdin-filename - path to the file being formatted on stdin. This is
    useful if you are using plugins to support custom filetypes such as .heex.
    Without passing this flag, it is assumed that the code being passed via
    stdin is valid Elixir code. Defaults to "stdin.exs".

tomconroy avatar May 16 '24 20:05 tomconroy