Skip to content

Commit 8d12079

Browse files
committed
Normalize all the line endings
1 parent 1e98759 commit 8d12079

File tree

7 files changed

+2254
-2233
lines changed

7 files changed

+2254
-2233
lines changed

.gitattributes

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
*.py text diff=python
7+
*.txt text
8+
*.rst text
9+
Makefile text
10+
makefile text
11+
12+
# Declare files that will always have CRLF line endings on checkout.
13+
*.bat text eol=crlf
14+
15+
# Denote all files that are truly binary and should not be modified.
16+
*.png binary
17+
*.jpg binary
18+
*.ttf binary
19+
*.mp3 binary
20+
*.gif binary
21+
*.wav binary

0 commit comments

Comments
 (0)