Packages

Google API protobufs for Elixir/gRPC: Datastore, Bigtable, Pub/Sub, Storage, KMS, Tasks, Secret Manager, BigQuery, IAM, Logging, Long-Running Operations and AI Generative Language

Current section

Files

Jump to
googleapis_proto_ex .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
# Brings in protobuf's locals_without_parens (field/oneof/extend/extensions)
# so the generated *.pb.ex files match protoc-gen-elixir's output style.
import_deps: [:protobuf],
# Generated gRPC service stubs use `rpc :Name, Input, Output` without parens.
locals_without_parens: [rpc: 3],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]