blob: 2342decc340ebe7db1ee8f03afb19c0b94a1429a [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001# 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
20Makefile text
21
22# Windows-only Visual Studio things
23
24*.sln text eol=crlf
25*.csproj text eol=crlf