File tree 1 file changed +18
-8
lines changed
1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 12
12
# in your working directory. In either case, they will have LF line endings in
13
13
# the Git repository itself.
14
14
15
+ # Set the default behavior, in case people don't have core.autocrlf set.
15
16
* text =auto
16
17
17
18
# Explicitly declare text files you want to always be normalized and converted
18
19
# to native line endings on checkout. Git would likely get these right, but
19
20
# we can be sure by adding them here.
20
- * .c text
21
- * .cpp text
22
- * .h text
23
- * .md text
24
- * .yaml text
25
- * .yml text
21
+ * .ino text diff =cpp
22
+ * .c text diff =c
23
+ * .cc text diff =cpp
24
+ * .cxx text diff =cpp
25
+ * .cpp text diff =cpp
26
+ * .c++ text diff =cpp
27
+ * .hpp text diff =cpp
28
+ * .h text diff =c
29
+ * .h++ text diff =cpp
30
+ * .hh text diff =cpp
31
+
32
+ * .md text
33
+ * .yaml text
34
+ * .yml text
35
+
26
36
27
37
# Denote all files that are truly binary and should not be modified.
28
38
# Even if we don't have any of these, they make a good example.
29
- * .png binary
30
- * .jpg binary
39
+ * .png binary
40
+ * .jpg binary
You can’t perform that action at this time.
0 commit comments