Skip to content

Instantly share code, notes, and snippets.

@brandonmoser
brandonmoser / .gitconfig
Last active January 27, 2017 18:39 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Brandon Moser
email = brandonmoser@gmail.com
[core]
autocrlf = true
editor = subl
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls