aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/.gitattributes
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-10 11:22:31 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit36395c5b268e80d01ceda2924a69c0e0d293f220 (patch)
tree91ebc08ba831de51935b6bf96b0e427cef40f52b /engines/dm/.gitattributes
parent50c5b39887288b34fd5c9eb25ade633bf43dff4d (diff)
downloadscummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.tar.gz
scummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.tar.bz2
scummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.zip
DM: Add .gitattributes to repository
Diffstat (limited to 'engines/dm/.gitattributes')
-rw-r--r--engines/dm/.gitattributes10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/dm/.gitattributes b/engines/dm/.gitattributes
new file mode 100644
index 0000000000..8620362551
--- /dev/null
+++ b/engines/dm/.gitattributes
@@ -0,0 +1,10 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.cpp text
+*.h text
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf