api-v2/deps/nimble_parsec/.formatter.exs
2025-04-16 10:03:13 -03:00

18 lines
368 B
Elixir

# Used by "mix format"
locals_without_parens = [
defparsec: 2,
defparsec: 3,
defparsecp: 2,
defparsecp: 3,
defcombinator: 2,
defcombinator: 3,
defcombinatorp: 2,
defcombinatorp: 3
]
[
inputs: ["mix.exs", "{examples,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]