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.25.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.25.1 lib/generators/better_record/setup/templates/gitattributes
better_record-0.25.0 lib/generators/better_record/setup/templates/gitattributes
better_record-0.24.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.24.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.23.7 lib/generators/better_record/setup/templates/gitattributes
better_record-0.23.6 lib/generators/better_record/setup/templates/gitattributes
better_record-0.23.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.23.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.23.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.9 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.8 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.7 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.6 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.5 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.4 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.21.3 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.2 lib/generators/better_record/setup/templates/gitattributes
better_record-0.22.0 lib/generators/better_record/setup/templates/gitattributes