We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364092 commit 2b5d0bdCopy full SHA for 2b5d0bd
pre-commit.sh
@@ -11,7 +11,7 @@ diff="git diff-index --name-only --cached $against --diff-filter d"
11
all_files=($($diff))
12
13
# Format the entire tree.
14
-treefmt
+treefmt "${all_files[@]}"
15
16
# check editorconfig
17
editorconfig-checker -- "${all_files[@]}"
0 commit comments