Current section

Files

Jump to
ckeditor5_phoenix .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix],
inputs: [
"{mix,.formatter}.exs",
"lib/**/*.ex",
"playground/**/*.ex",
"test/**/*.exs",
"config/*.exs"
]
]