Skip to content

Commit a41b17f

Browse files
committed
remove apps from formatting rules
1 parent f56925c commit a41b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ locals_without_parens = [
99
locals_without_parens: locals_without_parens,
1010
export: [locals_without_parens: locals_without_parens],
1111
import_deps: [:plug, :phoenix, :ecto],
12-
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}", "apps/**/*.{ex,exs}"]
12+
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
1313
]

0 commit comments

Comments
 (0)