File tree Expand file tree Collapse file tree 3 files changed +31
-8
lines changed Expand file tree Collapse file tree 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 1616 "SwitchCase" : 1
1717 }
1818 ],
19- "linebreak-style" : [
20- " error" ,
21- " unix"
22- ],
2319 "quotes" : [
2420 " error" ,
2521 " single"
Original file line number Diff line number Diff line change 1818 "SwitchCase" : 1
1919 }
2020 ],
21- "linebreak-style" : [
22- " error" ,
23- " unix"
24- ],
2521 "quotes" : [
2622 " error" ,
2723 " single"
You can’t perform that action at this time.
0 commit comments