Skip to content

Commit

Permalink
Add formatter configuration for Elixir and Haskell
Browse files Browse the repository at this point in the history
The commit message could be: "Add formatter configuration for Elixir and Haskell"
  • Loading branch information
rohitpaulk committed Jul 8, 2024
1 parent 918e839 commit 21b9d0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiled_starters/elixir/.formatter.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]
4 changes: 4 additions & 0 deletions solutions/elixir/01-jm1/code/.formatter.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]
Empty file.

0 comments on commit 21b9d0e

Please sign in to comment.