Codebase list brewtarget / 764d4c66-2a97-4ba7-8b49-83190d3c9400/main setupgit.sh
764d4c66-2a97-4ba7-8b49-83190d3c9400/main

Tree @764d4c66-2a97-4ba7-8b49-83190d3c9400/main (Download .tar.gz)

setupgit.sh @764d4c66-2a97-4ba7-8b49-83190d3c9400/mainraw · history · blame

#!/bin/bash

echo ""
echo "Setting up brewtarget git preferences"
echo ""

# Enforce indentation with spaces, not tabs.
git config --file .git/config core.whitespace tabwidth=3,tab-in-indent

# Enable the pre-commit hook that warns you about whitespace errors
cp .git/hooks/pre-commit.sample .git/hooks/pre-commit