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.17.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.16.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.16.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.15.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.15.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.15.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.6 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.14.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.13.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.13.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.12.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.12.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.12.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.12.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.12.1 lib/generators/better_record/setup/templates/gitattributes