2016-10-13 09:31:41 +03:00
|
|
|
# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings.
|
2012-08-22 01:37:34 +04:00
|
|
|
* text=auto
|
|
|
|
|
2016-10-13 09:31:41 +03:00
|
|
|
# Text files that should be normalized to LF in odb.
|
2022-06-25 14:03:16 +03:00
|
|
|
*.cs text diff=csharp
|
2016-10-13 09:31:41 +03:00
|
|
|
*.xaml text
|
|
|
|
*.config text
|
|
|
|
*.c text
|
|
|
|
*.h text
|
|
|
|
*.cpp text
|
|
|
|
*.hpp text
|
2012-08-22 01:37:34 +04:00
|
|
|
|
2016-10-13 09:31:41 +03:00
|
|
|
*.sln text
|
|
|
|
*.csproj text
|
|
|
|
*.vcxproj text
|
|
|
|
|
|
|
|
*.md text
|
|
|
|
*.tt text
|
|
|
|
*.sh text
|
|
|
|
*.ps1 text
|
|
|
|
*.cmd text
|
|
|
|
*.bat text
|
|
|
|
*.markdown text
|
|
|
|
*.msbuild text
|
|
|
|
|
|
|
|
|
|
|
|
# Binary files that should not be normalized or diffed
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.gif binary
|
|
|
|
*.ico binary
|
|
|
|
*.rc binary
|
|
|
|
|
|
|
|
*.pfx binary
|
|
|
|
*.snk binary
|
|
|
|
*.dll binary
|
|
|
|
*.exe binary
|
|
|
|
*.lib binary
|
|
|
|
*.exp binary
|
|
|
|
*.pdb binary
|
|
|
|
*.sdf binary
|
|
|
|
*.7z binary
|