Current section
Files
Jump to
Current section
Files
.formatter.exs
# Used by "mix format"
[
import_deps: [],
plugins: [],
heex_line_length: 80,
locals_without_parens: [attr: 2, attr: 3],
inputs: [
"{mix,.formatter}.exs",
"*.{heex,ex,exs}",
"priv/*/seeds.exs",
"priv/*/seeds/**/*.{ex,exs}",
"priv/*/data_migrations/**/*.{ex,exs}",
"storybook/**/*.exs",
"{_dev,config,lib,test}/**/*.{heex,ex,exs}"
]
]