File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-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 =auto
3+
4+ # Explicitly declare text files you want to always be normalized and converted
5+ # to native line endings on checkout.
6+ * .c text
7+ * .h text
8+ * .cpp text
9+ * .def text
10+ * .cs text
11+ * .py text
12+ * .rb text
13+
14+ # Declare files that will always have CRLF line endings on checkout.
15+ * .bat text eol =crlf
16+ * .sln text eol =crlf
17+ * .csproj text eol =crlf
18+ * .proj text eol =crlf
19+ * .rtf text eol =crlf
20+ * .rbproj text eol =crlf
21+ * .vcxproj text eol =crlf
22+ * .vdproj text eol =crlf
23+
24+
25+ # Denote all files that are truly binary and should not be modified.
26+ * .png binary
27+ * .jpg binary
28+ * .dll binary
29+ * .pyd binary
30+ * .exe binary
31+ * .bmp binary
32+ * .zip binary
33+
34+ # Do not normalize on commit.
35+ * .pdf - text
You can’t perform that action at this time.
0 commit comments