Packages

A pure Elixir implementation of Google Protobuf. A fork of tony612's package.

Current section

Files

Jump to
protocol_buffers .formatter.exs
Raw

.formatter.exs

[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [field: 2, field: 3, oneof: 2],
export: [
locals_without_parens: [field: 2, field: 3, oneof: 2]
]
]