File tree 3 files changed +31
-8
lines changed
3 files changed +31
-8
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 =auto
3
+
4
+ # Explicitly declare text files you want to always be normalized and converted
5
+ # to native line endings on checkout.
6
+ * .css text
7
+ * .html text
8
+ * .js text
9
+ * .json text
10
+ * .md text
11
+ * .toml text
12
+ * .txt text
13
+ * .yaml text
14
+ * .yml text
15
+
16
+ # Declare files that will always have LF line endings on checkout.
17
+ * .sh text eol =lf
18
+
19
+ # Denote all files that are truly binary and should not be modified.
20
+ * .eot binary
21
+ * .gif binary
22
+ * .ico binary
23
+ * .jpg binary
24
+ * .mp3 binary
25
+ * .mp4 binary
26
+ * .pdf binary
27
+ * .png binary
28
+ * .svg binary
29
+ * .ttf binary
30
+ * .woff binary
31
+ * .woff2 binary
Original file line number Diff line number Diff line change 16
16
"SwitchCase" : 1
17
17
}
18
18
],
19
- "linebreak-style" : [
20
- " error" ,
21
- " unix"
22
- ],
23
19
"quotes" : [
24
20
" error" ,
25
21
" single"
Original file line number Diff line number Diff line change 18
18
"SwitchCase" : 1
19
19
}
20
20
],
21
- "linebreak-style" : [
22
- " error" ,
23
- " unix"
24
- ],
25
21
"quotes" : [
26
22
" error" ,
27
23
" single"
You can’t perform that action at this time.
0 commit comments