prevent crlf on yml files

This commit is contained in:
Régis Hanol 2013-04-05 11:20:57 +02:00
parent 5273657537
commit 86ef17af4f
1 changed files with 5 additions and 4 deletions

9
.gitattributes vendored
View File

@ -1,9 +1,10 @@
# This is the standard LF normalization file used on windows
#
# Auto detect text files and perform LF normalization
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.yml text
# Custom for Visual Studio, very unlikely, but lets keep it
*.cs diff=csharp
*.sln merge=union