Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Clem <timothy.clem@gmail.com>2012-04-06 23:56:41 +0400
committernulltoken <emeric.fermas@gmail.com>2012-04-07 14:52:51 +0400
commitc5cc9a4913ec12a9659f841397f07b72cc09b0ca (patch)
tree0ace4e0bb3bfea34b82880bceaadcd21cb7145e1 /.gitattributes
parentd971071e6521429f2f1487dd6002db3a3e83a979 (diff)
Fix to put attributes catchall at beginning of file
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index a867c116..aceda01b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,7 @@
-# Text files that should be normalized to LF in odb.
+# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings.
+* text=auto
+
+# Text files that should be normalized to LF in odb.
*.cs text diff=csharp
*.config text
@@ -31,7 +34,3 @@ GitHub.Tests.Integration/Resources/* binary
*.pdb binary
*.sdf binary
*.7z binary
-
-
-# Catch all for anything we forgot. Add rules if you get CRLF -> LF warnings.
-* text=auto