Skip to content

rgreenjr/exfmt-atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Manually via the keyboard shortcut CTRL + ALT + F (or by going to Packages → Elixir Formatter → Format File). If there isn't a text selection, the entire file will be formatted.
  • Automatically by enabling Format on Save in Settings, which will format the entire file on save.

Known Issues

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

Maintainers

Ron Green

About

Atom package that formats Elixir code using the exfmt formatter.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published