#!/bin/bash

git config core.filemode false
git config core.ignorecase false
git config core.autocrlf input
git config apply.whitespace warn
git config -l

