scratch-link/.gitattributes
Christopher Willis-Ford 8d3b8ce38a fix: generate icons directly from SVGs for better quality
This is really prep for MSIX image assets for the Windows build, but I
figured I might as well do the macOS icons as a first step so that this
can be its own separate change.
2023-02-02 13:42:43 -08:00

51 lines
1.2 KiB
Text

# 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
*.ai binary
*.png binary
*.ttf binary
# Prefer LF for most file types
# if we need binary plist files we'll need to switch *.plist to binary!
*.appxmanifest text eol=lf
*.css text eol=lf
*.entitlements text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.manifest text eol=lf
*.md text eol=lf
*.pbxproj text eol=lf
*.plist text eol=lf
*.sh text eol=lf
*.storyboard text eol=lf
*.svg text eol=lf
*.swift text eol=lf
*.txt text eol=lf
*.xcscheme text eol=lf
*.xcworkspacedata text eol=lf
*.xml text eol=lf
*.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
# Use CRLF for Windows and Visual Studio file types
*.cs text eol=crlf
*.csproj text eol=crlf
*.projitems eol=crlf
*.shproj eol=crlf
*.sln text eol=crlf
*.xaml text eol=crlf