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 e546b46 commit 4adbd11Copy full SHA for 4adbd11
scripts/pre-commit
@@ -45,7 +45,7 @@ if [ "$spotlessExitCode" -ne 0 ]; then
45
fi
46
47
# Spotless possibly found changes, apply them, excluding untracked files
48
-git add -u
+git add --renormalize -u
49
50
# Restore back the unstaged changes
51
pop_stash
0 commit comments