Skip to content

Commit 86ef17a

Browse files
committed
prevent crlf on yml files
1 parent 5273657 commit 86ef17a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitattributes

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# This is the standard LF normalization file used on windows
2-
#
3-
4-
# Auto detect text files and perform LF normalization
1+
# Set default behaviour, in case users don't have core.autocrlf set.
52
* text=auto
63

4+
# Explicitly declare text files we want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.yml text
7+
78
# Custom for Visual Studio, very unlikely, but lets keep it
89
*.cs diff=csharp
910
*.sln merge=union

0 commit comments

Comments
 (0)