Skip to content

Commit 1dd0727

Browse files
committed
make line endings universal
Change-Id: Ic55348912668840b66e7343fbc613cb46ed474a0
1 parent 2117b88 commit 1dd0727

File tree

2 files changed

+347
-332
lines changed

2 files changed

+347
-332
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
*.py text
9+
10+
# Declare files that will always have CRLF line endings on checkout.
11+
*.sln text eol=crlf
12+
13+
# Denote all files that are truly binary and should not be modified.
14+
*.png binary
15+
*.jpg binary

0 commit comments

Comments
 (0)