aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorYann Granjon <[email protected]>2013-06-05 16:13:15 +0200
committerYann Granjon <[email protected]>2013-06-05 16:13:15 +0200
commit1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e (patch)
tree31e2cd5c6b0497f58762a63e3536dab76654324a /.gitattributes
downloadChess3D-1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e.tar.xz
Chess3D-1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e.zip
Initial Commit
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..412eeda
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,22 @@
+# 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