Current section

Files

Jump to
redbird .formatter.exs
Raw

.formatter.exs

# This file is synced with beam-community/common-config. Any changes will be overwritten.
[
import_deps: [:plug],
inputs: ["*.{heex,ex,exs}", "{config,lib,priv,test}/**/*.{heex,ex,exs}"],
line_length: 120,
plugins: []
]