API Reference Styler v0.7.11
modules
Modules
Styler is a formatter plugin with stronger opinions on code organization, multi-line defs and other code-style matters.
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.