Skip to content

lehoff/exfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages