Packages

OCCI types checker for exocci application. In a separate package as model compilation requires OCCI types at early stage

Current section

Files

Jump to
occi_types .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: :*
]
]