Packages

A fast, reliable file system watcher for Elixir powered by Rust's notify crate. Cross-platform support for Linux (inotify), macOS (FSEvents), and other Unix systems (kqueue).

Current section

Files

Jump to
knotify_ex .formatter.exs
Raw

.formatter.exs

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