Skip to content

Commit

Permalink
chore: remove stuff from other library in .formatter.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 24, 2024
1 parent 8afaccb commit bce96a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
spark_locals_without_parens = [attributes: 1, decrypt_by_default: 1, on_decrypt: 1, vault: 1]

[
inputs: ["{mix,.formatter,.igniter}.exs", "{config,lib,test,installer}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
inputs: ["{mix,.formatter,.igniter}.exs", "{config,lib,test,installer}/**/*.{ex,exs}"]
]

0 comments on commit bce96a5

Please sign in to comment.