Skip to content

Commit 448f47a

Browse files
authored
Merge pull request #220 from gemmaro/git/attrs
Fix line ending inconsistencies across platforms
2 parents e50f31a + 7007a55 commit 448f47a

Some content is hidden

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

47 files changed

+8939
-8939
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.txt text
2-
*.h text
3-
*.c text
4-
*.rb text
2+
*.h text eol=lf
3+
*.c text eol=lf
4+
*.rb text eol=lf
55
*.yml text
66
*.vcproj text eol=crlf
7-
*.sh text eol=lf
7+
*.sh text eol=lf

0 commit comments

Comments
 (0)