Skip to content

Commit 0980f83

Browse files
committed
Normalize line endings for all files
1 parent eddf2d6 commit 0980f83

File tree

103 files changed

+43745
-43843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+43745
-43843
lines changed

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Set default behavior to automatically normalize line endings
2+
* text=auto
3+
4+
# Force LF for scripts that must be POSIX compliant
5+
*.sh text eol=lf
6+
*.bash text eol=lf
7+
8+
# Force CRLF for Windows batch files
9+
*.bat text eol=crlf
10+
*.cmd text eol=crlf
11+
12+
# Mark common files as binary to prevent Git from trying to change them
13+
*.png binary
14+
*.jpg binary
15+
*.gif binary
16+
*.ico binary
17+
*.pdf binary
18+
*.zip binary
19+
*.tar binary

0 commit comments

Comments
 (0)