Skip to content

Commit d9cf99b

Browse files
committed
Normalize all line endings
1 parent 6d0f0b2 commit d9cf99b

File tree

7 files changed

+8547
-8525
lines changed

7 files changed

+8547
-8525
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
*.cpp text
7+
*.h text
8+
*.txt text
9+
*.md text
10+
*.json text
11+
*.cmake text
12+
*.svg text
13+
*.dot text
14+
*.yml text
15+
*.in text
16+
*.sh text
17+
*.autopkg text
18+
Dockerfile text
19+
20+
# Denote all files that are truly binary and should not be modified.
21+
*.png binary
22+
*.jpg binary

0 commit comments

Comments
 (0)