Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • fd5d724834ab132b32cdc59ce77bd3c9e24abd33
  • master default protected
  • gh-pages
  • feature/irc
  • v0.7.237
  • v0.7.235
  • v0.7.232
  • v0.7.228
  • v0.7.219
  • v0.7.217
  • v0.7.211
  • v0.7.200
  • v0.7.197
  • v0.7.195
  • v0.7.184
  • v0.7.181
  • v0.7.177
  • v0.7.174
  • v0.7.172
  • v0.7.168
  • v0.7.164
  • v0.7.146
  • v0.7.142
  • v0.7.138
24 results

.gitattributes

Blame
  • user avatar
    flightlevel authored and yoyo committed
    * Add .gitattributes
    
    * Normalise line endings
    751f6bd5
    History
    .gitattributes 474 B
    # Set the default behavior, in case people don't have core.autocrlf set.
    * text=auto
    
    # Explicitly declare text files you want to always be normalized and converted
    # to native line endings on checkout.
    
    # Declare files that will always have LF line endings on checkout.
    *.yml text eol=lf
    
    # Declare files that will always have CRLF line endings on checkout.
    *.cs text eol=crlf
    
    # Denote all files that are truly binary and should not be modified.
    *.png binary
    *.jpg binary