README.md

# SurfaceFormatterPlugin

A surface formatter plugin for `mix format`

## NOTE

This plugin rely on [formatter plugin](https://github.com/elixir-lang/elixir/pull/11246) 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`:

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