File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # Set default behavior to automatically normalize line endings
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+ * .cs text
7+ * .csproj text
8+ * .props text
9+ * .targets text
10+ * .json text
11+ * .xml text
12+ * .yml text
13+ * .yaml text
14+ * .md text
15+ * .txt text
16+ * .conf text
17+ * .config text
18+
19+ # Declare files that will always have CRLF line endings on checkout
20+ * .bat text eol =crlf
21+
22+ # Declare files that will always have LF line endings on checkout
23+ * .sh text eol =lf
24+ * .ps1 text eol =lf
25+
26+ # Denote all files that are truly binary and should not be modified
27+ * .png binary
28+ * .jpg binary
29+ * .jpeg binary
30+ * .gif binary
31+ * .ico binary
32+ * .mov binary
33+ * .mp4 binary
34+ * .mp3 binary
35+ * .flv binary
36+ * .fla binary
37+ * .swf binary
38+ * .gz binary
39+ * .zip binary
40+ * .7z binary
41+ * .ttf binary
42+ * .eot binary
43+ * .woff binary
44+ * .woff2 binary
45+ * .pyc binary
46+ * .pdf binary
You can’t perform that action at this time.
0 commit comments