aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 87dbeff214f4927ff0dec68310d63e4646c556ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See https://git-scm.com/docs/gitattributes
# See https://help.github.com/articles/dealing-with-line-endings/

# default behavior, if core.autocrlf is unset.
* text=auto

# files to be converted to native line endings on checkout.
*.cpp text
*.h text

# files to always have CRLF line endings on checkout.
*.bat text eol=crlf

# files to always have CR line endings on checkout.
*.sh text eol=cr