SurfaceFormatterPlugin

A surface formatter plugin for mix format

NOTE

This plugin rely on formatter plugin feature which will be release on incoming 1.13. If you want to use it, you need to compile the Elixir compiler itself before using it.

Installation

The package can be installed by adding surface_formatter_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:surface_formatter_plugin, "~> 0.1.0"}
  ]
end