Packages

Elixir implementation of Binary Object Representation Serializer for Hashing

Current section

Files

Jump to
borsh_ex .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
locals_without_parens = [
field: 2
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens
]