From 7ecf2f4a0498bcd87f9c6d2ffbe263f52973d609 Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Mon, 26 May 2014 09:58:16 +0200 Subject: [PATCH] Cosmetic changes --- .gitattributes | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1260ace13..0bda4ab6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,11 +10,6 @@ # The above will handle all files NOT found below # -# Custom attributes for mdwiki & github pages -*.md text -*.json text -CNAME text - # These files are text and should be normalized (Convert crlf => lf) *.php text *.css text @@ -45,6 +40,7 @@ CNAME text *.7z binary *.ttf binary + ## https://github.com/Danimoth/gitattributes/blob/e9c4312cabdbcf7f66205f3c3271336d4563e92c/Common.gitattributes (partial) # Documents @@ -67,3 +63,9 @@ CNAME text *.ico binary *.svg text + +## Custom attributes for mdwiki & github pages + +*.md text +*.json text +CNAME text