API Reference Styler v0.3.1

modules

Modules

A Style takes AST and returns a transformed version of that AST.

Styles function heads so that they're as small as possible.

Styles up module directives!

Styles pipes! In particular, don't make pipe chains of only one pipe, and some persnickety pipe chain start stuff.

Simple 1-1 rewrites all crammed into one module to make for more efficient traversals

Wraps errors raised by Styles during tree traversal.

Implements a Zipper for the Elixir AST based on Gérard Huet Functional pearl: the zipper paper and Clojure's clojure.zip API.

mix-tasks

Mix Tasks

Formats and rewrites the given files and patterns.