File tree Expand file tree Collapse file tree 1 file changed +19
-28
lines changed
Expand file tree Collapse file tree 1 file changed +19
-28
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- # Force bash scripts to have unix line endings
5- * .sh text eol =lf
6-
7- # Force bin files (executable scripts) to have unix line endings
8- bin /* text eol =lf
9-
10- # Ensure batch files on Windows keep CRLF line endings
11- * .bat text eol =crlf
12-
13- # Binary files should not be modified
14- * .png binary
15- * .jpg binary
16- * .jpeg binary
17- * .gif binary
18- * .ico binary
19- * .pdf binary
20- * .zip binary
21- * .tar.gz binary
22- * .tgz binary
23-
24- # Ensure package files are treated as text
25- package.json text
26- package-lock.json text
27- * .md text
28- * .txt text
1+ # Force bash scripts to have unix line endings
2+ * .sh text eol =lf
3+
4+ # Force bin files (executable scripts) to have unix line endings
5+ bin /* text eol =lf
6+
7+ # Ensure batch files on Windows keep CRLF line endings
8+ * .bat text eol =crlf
9+
10+ # Binary files should not be modified
11+ * .png binary
12+ * .jpg binary
13+ * .jpeg binary
14+ * .gif binary
15+ * .ico binary
16+ * .pdf binary
17+ * .zip binary
18+ * .tar.gz binary
19+ * .tgz binary
You can’t perform that action at this time.
0 commit comments