Skip to content

Instantly share code, notes, and snippets.

View mastilver's full-sized avatar

Thomas Sileghem mastilver

View GitHub Profile
@mastilver
mastilver / .gitattributes
Created April 13, 2016 15:40
windows env .gitattributes
* text=auto
*.js text eol=crlf
*.cs text eol=crlf
@mastilver
mastilver / npm-config
Last active January 7, 2016 11:31
configure npm on windows
npm config set msvs_version 2013 --global
@mastilver
mastilver / .gitconfig
Last active August 4, 2021 15:44
My git config
[push]
default = simple
[pull]
rebase = true
[fetch]
prune = true
[alias]