Packages

This project contains all the common functions of the Lenra elixir projects (server/devtools/application-runner/query-parser). In this project we find the controller & views helper as well as the error handling.

Current section

Files

Jump to
lenra_common .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix],
inputs: ["*.{ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs}"],
subdirectories: ["priv/*/migrations"]
]