mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
21 lines
348 B
Text
21 lines
348 B
Text
# Set the default behavior
|
|
* text eol=lf
|
|
|
|
# Explicitly declare source files
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
|
|
# Denote files that should not be modified.
|
|
*.odt binary
|
|
*.png binary
|
|
|
|
# Visual Studio
|
|
*.sln text eol=crlf
|
|
*.vcxproj* text eol=crlf
|
|
*.vcproj* text eol=crlf
|
|
*.suo binary
|
|
*.rc text eol=crlf
|
|
|
|
# Windows
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|