We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93038c2 commit 1311bc9Copy full SHA for 1311bc9
1 file changed
.formatter.exs
@@ -1,20 +1,25 @@
1
locals_without_parens = [
2
add: 2,
3
add: 3,
4
+ add_if_not_exists: 2,
5
+ add_if_not_exists: 3,
6
alter: 2,
7
create: 1,
8
create: 2,
9
create_if_not_exists: 1,
10
create_if_not_exists: 2,
11
drop: 1,
12
+ drop: 2,
13
drop_if_exists: 1,
14
+ drop_if_exists: 2,
15
execute: 1,
16
execute: 2,
17
modify: 2,
18
modify: 3,
19
remove: 1,
20
remove: 2,
21
remove: 3,
22
+ remove_if_exists: 2,
23
rename: 2,
24
rename: 3,
25
timestamps: 1
0 commit comments