Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into smoogipoo-proxydraw…
Browse files Browse the repository at this point in the history
…able-presence-2
  • Loading branch information
peppy committed Apr 13, 2018
2 parents 91ccdbb + b210a4b commit 8876fe8
Show file tree
Hide file tree
Showing 442 changed files with 57,298 additions and 57,302 deletions.
42 changes: 23 additions & 19 deletions .gitattributes
@@ -1,19 +1,23 @@
# This won't normalise line endings, but it will ensure that merge drivers use CRLF
* -text eol=crlf

# Currently in-use binary file extensions
*.blend binary
*.bmp binary
*.dll binary
*.exe binary
*.icns binary
*.ico binary
*.jpg binary
*.osz2 binary
*.pdn binary
*.psd binary
*.PSD binary
*.tga binary
*.ttf binary
*.wav binary
*.xnb binary
# Autodetect text files and ensure that we normalise their
# line endings to lf internally. When checked out they may
# use different line endings.
* text=auto

# Check out with crlf (Windows) line endings
*.sln text eol=crlf
*.csproj text eol=crlf
*.cs text diff=csharp eol=crlf
*.resx text eol=crlf
*.vsixmanifest text eol=crlf
packages.config text eol=crlf
App.config text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.snippet text eol=crlf

# Check out with lf (UNIX) line endings
*.sh text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
*.md text eol=lf
.travis.yml text eol=lf

0 comments on commit 8876fe8

Please sign in to comment.