Current section
Files
Jump to
Current section
Files
nimble_parsec
.formatter.exs
.formatter.exs
# Used by "mix format"
locals_without_parens = [defparsec: 2, defparsec: 3, defparsecp: 2, defparsecp: 3]
[
inputs: ["mix.exs", "{examples,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]