2018-04-24 17:52:30 -04:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly specify line endings for as many files as possible.
|
|
|
|
# People who (for example) rsync between Windows and Linux need this.
|
|
|
|
|
|
|
|
# File types which we know are binary
|
2022-03-14 13:01:10 -04:00
|
|
|
*.ai binary
|
2018-10-03 15:31:34 -04:00
|
|
|
*.png binary
|
2022-03-14 13:01:10 -04:00
|
|
|
*.ttf binary
|
2018-04-24 17:52:30 -04:00
|
|
|
|
|
|
|
# Prefer LF for most file types
|
2022-03-14 13:01:10 -04:00
|
|
|
# if we need binary plist files we'll need to switch *.plist to binary!
|
|
|
|
*.appxmanifest text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.css text eol=lf
|
|
|
|
*.entitlements text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
*.html text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.js text eol=lf
|
2022-03-14 13:01:10 -04:00
|
|
|
*.json text eol=lf
|
|
|
|
*.manifest text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
*.md text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.pbxproj text eol=lf
|
2022-03-14 13:01:10 -04:00
|
|
|
*.plist text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
*.sh text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.storyboard text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
*.svg text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.swift text eol=lf
|
2022-03-14 13:01:10 -04:00
|
|
|
*.txt text eol=lf
|
2022-03-18 15:57:26 -04:00
|
|
|
*.xcscheme text eol=lf
|
2022-03-16 17:40:55 -04:00
|
|
|
*.xcworkspacedata text eol=lf
|
2022-03-14 13:01:10 -04:00
|
|
|
*.xml text eol=lf
|
2019-12-02 17:11:52 -05:00
|
|
|
*.yml text eol=lf
|
|
|
|
*.yaml text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
|
|
|
|
# Prefer LF for these files
|
2018-10-03 15:31:34 -04:00
|
|
|
.editorconfig text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
.gitattributes text eol=lf
|
|
|
|
.gitignore text eol=lf
|
2018-10-02 18:49:14 -04:00
|
|
|
.markdownlintrc text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
LICENSE text eol=lf
|
2023-02-02 15:24:59 -05:00
|
|
|
Makefile text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
TRADEMARK text eol=lf
|
2022-07-07 19:24:18 -04:00
|
|
|
app.config eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
|
2022-04-04 13:20:22 -04:00
|
|
|
# Use CRLF for Windows and Visual Studio file types
|
|
|
|
*.cs text eol=crlf
|
|
|
|
*.csproj text eol=crlf
|
2022-07-07 19:24:18 -04:00
|
|
|
*.projitems eol=crlf
|
|
|
|
*.shproj eol=crlf
|
2022-04-04 13:20:22 -04:00
|
|
|
*.sln text eol=crlf
|
|
|
|
*.xaml text eol=crlf
|