File tree 1 file changed +32
-0
lines changed 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments