scratch-link/.gitattributes

52 lines
1.2 KiB
Text
Raw Permalink Normal View History

# 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
*.png binary
2022-03-14 13:01:10 -04:00
*.ttf binary
# 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
*.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
*.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
*.sh text eol=lf
2022-03-16 17:40:55 -04:00
*.storyboard text eol=lf
*.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
*.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
# Prefer LF for these files
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.markdownlintrc text eol=lf
LICENSE text eol=lf
Makefile text eol=lf
TRADEMARK text eol=lf
app.config eol=lf
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
*.projitems eol=crlf
*.shproj eol=crlf
2022-04-04 13:20:22 -04:00
*.sln text eol=crlf
*.xaml text eol=crlf