Packages

CKEditor 5 integration for Phoenix Framework

Retired package: Renamed - Moved to ckeditor5-phoenix

Current section

Files

Jump to
ckeditor5 .formatter.exs
Raw

.formatter.exs

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