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

Commit

Permalink
Formatter config includes priv dir (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyvanriet authored Aug 13, 2021
1 parent 41e9052 commit d9ef708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 - 2021-08-13

### Added

- Added `priv` dir to formatter inputs

## 1.0.0 - 2021-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion templates/.formatter.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals_without_parens = <%= Kernel.inspect(@formatter_locals_without_parens) %>

[
inputs: ["mix.exs", "harness.exs", "{config,lib,test}/**/*.{ex,exs}"],
inputs: ["mix.exs", "harness.exs", "{config,lib,test,priv}/**/*.{ex,exs}"],
import_deps: <%= Kernel.inspect(@formatter_deps) %>,
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens],
Expand Down

0 comments on commit d9ef708

Please sign in to comment.