ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

.gitattributes (627B)


      1 # Automatically normalize line endings for all text-based files
      2 # http://git-scm.com/docs/gitattributes#_end_of_line_conversion
      3 * text=auto
      4 
      5 # For the following file types, normalize line endings to LF on
      6 # checkin and prevent conversion to CRLF when they are checked out
      7 # (this is required in order to prevent newline related issues like,
      8 # for example, after the build script is run)
      9 .*      text eol=lf
     10 *.html  text eol=lf
     11 *.css   text eol=lf
     12 *.less  text eol=lf
     13 *.scss  text eol=lf
     14 *.sss   text eol=lf
     15 *.js    text eol=lf
     16 *.json  text eol=lf
     17 *.md    text eol=lf
     18 *.sh    text eol=lf
     19 *.txt   text eol=lf
     20 *.xml   text eol=lf