exfmt-atom

Atom package to format Elixir code using the exfmt formatter.

rgreenjr

568

2

0.4.5

MIT

GitHub

exfmt-atom package

Build Status license

An Atom package to format Elixir source code using the exfmt formatter.

demo

Installation

Add exfmt to your mix.exs dependencies:

def deps do
  [{:exfmt, [github: "lpil/exfmt"]}]
end

Fetch and install dependencies:

mix deps.get

Install exfmt-atom:

apm install exfmt-atom

Usage

You can use exfmt-atom in two ways:

Known Issues

exfmt is in alpha and doesn't correctly format all Elixir code.

Maintainers

Ron Green