Skip to content

Commit dbe995a

Browse files
committed
CRLF Git .gitattributes file
- this sorts out the CRLF issue at the right level
1 parent 631719c commit dbe995a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitattributes

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text eol=lf
3+
4+
# Explicitly declare text files to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.css text eol=lf
7+
*.feature text eol=lf
8+
*.gemspec text eol=lf
9+
*.js text eol=lf
10+
*.md text eol=lf
11+
*.rake text eol=lf
12+
*.rb text eol=lf
13+
*.sass text eol=lf
14+
*.tcl text eol=lf
15+
*.textile text eol=lf
16+
*.txt text eol=lf
17+
*.xml text eol=lf
18+
*.yml text eol=lf
19+
Gemfile text eol=lf
20+
LICENSE text eol=lf
21+
Rakefile text eol=lf
22+
.cucumberproignore text eol=lf
23+
.gitignore text eol=lf
24+
.rspec text eol=lf
25+
.ruby-gemset text eol=lf
26+
.yardopts text eol=lf
27+
scripts/* text eol=lf
28+
29+
# Denote all files that are truly binary and should not be modified.
30+
# These patterns are here as an example; we have 0 of these.
31+
*.png binary
32+
*.jpg binary

0 commit comments

Comments
 (0)