diff options
author | Bendegúz Nagy | 2016-08-10 11:22:31 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | 36395c5b268e80d01ceda2924a69c0e0d293f220 (patch) | |
tree | 91ebc08ba831de51935b6bf96b0e427cef40f52b | |
parent | 50c5b39887288b34fd5c9eb25ade633bf43dff4d (diff) | |
download | scummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.tar.gz scummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.tar.bz2 scummvm-rg350-36395c5b268e80d01ceda2924a69c0e0d293f220.zip |
DM: Add .gitattributes to repository
-rw-r--r-- | engines/dm/.gitattributes | 10 |
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 |