Skip to content

Commit dcabf14

Browse files
committed
Export formatter locals
1 parent f329a23 commit dcabf14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ local_macros = [gql: 1, gql: 2, gql_from_file: 1, gql_from_file: 2]
88
],
99
plugins: [GraphqlQuery.Formatter],
1010
locals_without_parens: local_macros,
11-
export: [local_without_parens: local_macros]
11+
export: [locals_without_parens: local_macros]
1212
]

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ defmodule GraphqlQuery.MixProject do
5555
"native/graphql_query_native/Cargo.toml",
5656
"native/graphql_query_native/src/**/*.rs",
5757
"checksum-*.exs",
58+
".formatter.exs",
5859
"mix.exs",
5960
"README.md",
6061
"VERSION"

0 commit comments

Comments
 (0)