I use the following configuration for elixir:
elixir = {
require("formatter.filetypes.elixir").mixformat
},
Then I call the formatter.
And "sometimes" the following output is added at the top of the file:
==> zkfs_sdk
Compiling 4 files (.ex)
Generated zkfs_sdk app
==> web_push
Compiling 3 files (.ex)
Generated web_push app
I use the following configuration for elixir:
Then I call the formatter.
And "sometimes" the following output is added at the top of the file: