Packages

exocci provides libs and DSL for designing and manipulating OCCI (meta-)models.

Current section

Files

Jump to
occi .formatter.exs
Raw

.formatter.exs

[
inputs: [
"{config,lib,priv,test}/**/*.{ex,exs}",
"mix.exs",
".formatter.exs",
".iex.exs"
],
locals_without_parens: [
add: :*,
belongs_to: :*,
create: :*,
field: :*,
forward: :*,
get: :*,
has_many: :*,
named: :*,
pipe_through: :*,
plug: :*,
socket: :*,
store_named: :*,
whereis: :*,
whereis_name: :*
]
]