Skip to content

tsloughter/erl_tidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erl_tidy

Format your Erlang modules.

Use

Add the following to your rebar.config

{plugins, [{erl_tidy_prv_fmt, ".*", {git, "git://github.com/tsloughter/erl_tidy.git", {branch, "master"}}}]}.

And run:

$ rebar3 fmt

Run rebar3 help fmt to learn about formatting options.

You also may specify options in your rebar.config like so:

{fmt_opts, [
  {auto_list_comp, false},
  {keep_unused, true}
]}.

About

Automatically format Erlang code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages