We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5273657 commit 86ef17aCopy full SHA for 86ef17a
.gitattributes
@@ -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
+# Set default behaviour, in case users don't have core.autocrlf set.
5
* text=auto
6
+# Explicitly declare text files we want to always be normalized and converted
+# to native line endings on checkout.
+*.yml text
7
+
8
# Custom for Visual Studio, very unlikely, but lets keep it
9
*.cs diff=csharp
10
*.sln merge=union
0 commit comments