Packages

Easily debug, inspect, and log a function's behavior on a line-by-line basis.

Current section

Files

Jump to
snooper .formatter.exs
Raw

.formatter.exs

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