diff options
| author | Nathan Conrad <[email protected]> | 2020-01-14 23:27:21 -0500 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2020-01-15 14:46:12 -0500 |
| commit | 5b9b36be14920bfdce4922cd77f2e973cd93a96b (patch) | |
| tree | a3162acd601b7d3f5715c5e8f39ac4ba38156a98 | |
| parent | 906471a487e02531b60fbd7ce1abdf3cb6a618f5 (diff) | |
Add gitattributes
| -rw-r--r-- | .gitattributes | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2342decc3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,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 |
