Packages

A lean, framework-agnostic Elixir client for ArcadeDB over the HTTP Cypher command API.

Current section

Files

Jump to
arcadic .formatter.exs
Raw

.formatter.exs

# Used by `mix format`.
# The vendored protobuf module under lib/arcadic/transport/grpc/proto/ is generated
# code — excluded so `mix format --check-formatted` never demands a reformat of
# regenerated output.
[
inputs:
["{mix,.formatter}.exs", "{config,test}/**/*.{ex,exs}"] ++
(Path.wildcard("lib/**/*.{ex,exs}") -- Path.wildcard("lib/arcadic/transport/grpc/proto/*"))
]