Skip to content

Commit f6f02c6

Browse files
authored
Merge pull request #981 from fpistm/normalizing
Normalize all the line endings
2 parents 3ada101 + 0128dcd commit f6f02c6

File tree

2,796 files changed

+5210944
-5210924
lines changed

Some content is hidden

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

2,796 files changed

+5210944
-5210924
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)