You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
351 B
25 lines
351 B
# 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
|
|
|