Packages

A Mix task that watches source files, rebuilds docs on changes, and serves them with live reload.

Current section

Files

Jump to
mix_watch_docs .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]