summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 140ae89290cbd58c6a89ef63cb8273b8ad2b62ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

*.c text
*.cpp text
*.h text
*.icf text
*.js text
*.json text
*.ld text
*.md text
*.mk text
*.py text
*.rst text
*.s text
*.txt text
*.xml text
*.yml text

Makefile text

# Windows-only Visual Studio things

*.sln        text eol=crlf
*.csproj     text eol=crlf