style: format .gitignore and script files consistently
This commit is contained in:
@ -10,15 +10,6 @@ git submodule update --init --recursive
|
||||
|
||||
find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1
|
||||
|
||||
echo "[+] Creating Gitconfigs..."
|
||||
|
||||
(
|
||||
for config in $PWD/.gitconfig.d/*.gitconfig; do
|
||||
echo "[include]"
|
||||
echo " path = $config"
|
||||
done;
|
||||
) > "$HOME/.gitconfig"
|
||||
|
||||
./scripts/gitconfig
|
||||
|
||||
echo
|
||||
|
Reference in New Issue
Block a user