Skip to content

Commit ef009c6

Browse files
committed
Add a .formatter.exs to export the DSL
1 parent 127c158 commit ef009c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.formatter.exs

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
locals_without_parens = [
2+
aliases: 1,
3+
argument: 2,
4+
description: 1,
5+
long_description: 1,
6+
name: 1,
7+
option: 2,
8+
default_command: 1
9+
]
10+
11+
[
12+
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
13+
locals_without_parens: locals_without_parens,
14+
export: [locals_without_parens: locals_without_parens]
15+
]

0 commit comments

Comments
 (0)