Austin Schuh | 41baf20 | 2022-01-01 14:33:40 -0800 | [diff] [blame] | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
2 | * text=auto | ||||
3 | |||||
4 | *.c text | ||||
5 | *.cpp text | ||||
6 | *.h text | ||||
7 | *.icf text | ||||
8 | *.js text | ||||
9 | *.json text | ||||
10 | *.ld text | ||||
11 | *.md text | ||||
12 | *.mk text | ||||
13 | *.py text | ||||
14 | *.rst text | ||||
15 | *.s text | ||||
16 | *.txt text | ||||
17 | *.xml text | ||||
18 | *.yml text | ||||
19 | |||||
20 | Makefile text | ||||
21 | |||||
22 | # Windows-only Visual Studio things | ||||
23 | |||||
24 | *.sln text eol=crlf | ||||
25 | *.csproj text eol=crlf |