mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
################################################################################
|
|
### Default behavior
|
|
### - Treat as text
|
|
### - Normalize to Unix-style line endings
|
|
################################################################################
|
|
* text eol=lf
|
|
|
|
################################################################################
|
|
### C# source file behavior
|
|
### - Treat as text
|
|
### - Normalize to Unix-style line endings
|
|
### - Diff as csharp
|
|
################################################################################
|
|
*.cs text eol=lf diff=csharp
|
|
|
|
################################################################################
|
|
### csproj file behavior
|
|
### - Treat as text
|
|
### - Normalize to Unix-style line endings
|
|
### - Use a union merge when resolving conflicts
|
|
################################################################################
|
|
.csproj text eol=lf merge=union
|
|
|
|
################################################################################
|
|
### sln file behavior
|
|
### - Treat as text
|
|
### - Normalize to Windows-style line endings
|
|
### - Use a union merge when resolving conflicts
|
|
################################################################################
|
|
*.sln text eol=crlf merge=union
|
|
|
|
################################################################################
|
|
### imageln file behavior
|
|
### - Treat as binary
|
|
### - Normalize to Windows-style line endings
|
|
### - Use a union merge when resolving conflicts
|
|
################################################################################
|
|
*.bmp binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
*.webp binary
|