Skip to content

Commit 528e015

Browse files
authored
Merge pull request #223 from cksmith/fix-line-endings
Fix line endings
2 parents 0a046cc + 287ef70 commit 528e015

Some content is hidden

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

49 files changed

+19995
-19979
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
*.cmake text
7+
*.cpp text
8+
*.h text
9+
*.md text
10+
*.txt text
11+
*.json text
12+
*.sh text
13+
14+
# Denote all files that are truly binary and should not be modified.
15+
*.mp4 binary
16+

LibSourcey.cmake

Lines changed: 402 additions & 402 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)