pavlos / exfmt

auto-formatter for Elixir based on prettpr from the Erlang distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exfmt

Auto-formatter for Elixir based on the prettypr library from the OTP distribution.

Installation

If available in Hex, the package can be installed as:

  1. Add exfmt to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:exfmt, "~> 0.1.0"}]
end
```
  1. Ensure exfmt is started before your application:
```elixir
def application do
  [applications: [:exfmt]]
end
```

About

auto-formatter for Elixir based on prettpr from the Erlang distribution


Languages

Language:Elixir 100.0%