diff --git a/home/.gitconfig b/home/.gitconfig index cb08bca..56da60a 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -5,6 +5,9 @@ [github] username = stv0g +[apply] + whitespace = nowarn + [shell] username = stv0g @@ -29,6 +32,7 @@ excludesfile = ~/.gitignore # Set attributes on files. Used for general diff improvements. attributesfile = ~/.gitattributes + autocrlf = input [help] # Open Git help pages in the browser as HTML.