#Github Global settings https://help.github.com/articles/dealing-with-line-endings text eol=lf # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.js text *.json text *.jake text *.ejs text *.html text *.styl text *.css text *.sql text *.yml text *.sh text *.markdown text *.sql text Vagrantfile text Jakefile text # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary