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

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-08-19 05:21:25 +0300
committerMottie <wowmotty@gmail.com>2015-08-23 20:39:11 +0300
commit10b7ce799378be7f46837fa47b9998d2af04e5fa (patch)
treee5b4cd5839f93b2c84b13f546dbf679b53f5341c /.gitattributes
parent7ba5fb154de66dfd4235b48072f5ca886254bfb9 (diff)
Add misc config files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..14d6746
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,23 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs diff=csharp
+*.sln merge=union
+*.csproj merge=union
+*.vbproj merge=union
+*.fsproj merge=union
+*.dbproj merge=union
+
+# Standard to msysgit
+*.doc diff=astextplain
+*.DOC diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot diff=astextplain
+*.DOT diff=astextplain
+*.pdf diff=astextplain
+*.PDF diff=astextplain
+*.rtf diff=astextplain
+*.RTF diff=astextplain
+*.md diss=astextplain \ No newline at end of file