mbucc / erlfmt

A command-line utility for formatting Erlang code.
22 stars 0 forks source link

current erl_tidy options change the code #2

Closed mbucc closed 8 years ago

mbucc commented 8 years ago

For example, a recent run output this at the top of my source:

./erlfmt.zz1ooS:39: replacing call to `lists:map/2' with a list comprehension.
./erlfmt.zz1ooS:39: changing application of fun-expression to local function call.

Shut these off.

mbucc commented 8 years ago

Closing as Won't Fix.

This reformatting happened again to me recently, and I liked the change. Just had to rename the generic names that erl_tidy came up with, but it improved the code.