Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit bd5efed

Browse files
authored
Merge pull request #5 from NFIBrokerage/format-harness-exs
Include harness.exs in formatter inputs
2 parents db05251 + fed1085 commit bd5efed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.formatter.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
locals_without_parens = <%= Kernel.inspect(@formatter_locals_without_parens) %>
22

33
[
4-
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
4+
inputs: ["mix.exs", "harness.exs", "{config,lib,test}/**/*.{ex,exs}"],
55
import_deps: <%= Kernel.inspect(@formatter_deps) %>,
66
locals_without_parens: locals_without_parens,
77
export: [locals_without_parens: locals_without_parens],

0 commit comments

Comments
 (0)