rdf-ex/.formatter.exs

19 lines
365 B
Elixir
Raw Permalink Normal View History

2019-09-23 18:20:19 +00:00
locals_without_parens = [
defvocab: 2,
2022-06-03 20:19:16 +00:00
defnamespace: 2,
defnamespace: 3,
2020-06-29 08:37:42 +00:00
def_facet_constraint: 2,
def_applicable_facet: 1,
2022-04-02 22:41:00 +00:00
bgp: 1,
build: 2,
exclude: 1
2019-09-23 18:20:19 +00:00
]
[
inputs: ["{mix,.formatter}.exs", "{bench,config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]