Sha256: 0e0d9d0caf596e3f5bbc289c4e9d5bc0ba02fd246c2780d6077b00e0734d757a

Contents?: true

Size: 627 Bytes

Versions: 97

Compression:

Stored size: 627 Bytes

Contents

# Automatically normalize line endings for all text-based files
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto

# For the following file types, normalize line endings to LF on
# checkin and prevent conversion to CRLF when they are checked out
# (this is required in order to prevent newline related issues like,
# for example, after the build script is run)
.*      text eol=lf
*.css   text eol=lf
*.html  text eol=lf
*.jade  text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.less  text eol=lf
*.md    text eol=lf
*.rb    text eol=lf
*.sh    text eol=lf
*.txt   text eol=lf
*.xml   text eol=lf

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
better_record-0.8.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.8.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.8.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.7.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.6.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.6.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.5.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.5.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.5.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.5.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.4.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.3.0 lib/generators/better_record/setup/templates/gitattributes