diff --git a/.gitconfig b/.gitconfig index 91f90c2..7db5dae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,4 +11,6 @@ [alias] ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" [core] - autocrlf = input + autocrlf = input +[receive] + fsckObjects = true