Current section
Files
Jump to
Current section
Files
live_props
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [prop: 2, prop: 3, state: 2, state: 3],
export: [
locals_without_parens: [prop: 2, prop: 3, state: 2, state: 3]
]
]