Skip to content

Commit 4676728

Browse files
committed
chore: Fix formatter config and ignore future updates
1 parent 514e2a2 commit 4676728

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is synced with beam-community/common-config. Any changes will be overwritten.
22

33
[
4-
import_deps: [:phoenix, :plug],
4+
import_deps: [],
55
inputs: ["*.{heex,ex,exs}", "{config,lib,priv,test}/**/*.{heex,ex,exs}"],
66
line_length: 120,
77
plugins: []

.github/common-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ignore-files:
2-
- .github/common-config.yaml # Ignore this file itself
2+
- .github/common-config.yaml # Ignore this file itself
3+
- .formatter.exs

0 commit comments

Comments
 (0)