diff options
author | Eugene Sandulenko | 2016-09-10 16:55:13 +0200 |
---|---|---|
committer | GitHub | 2016-09-10 16:55:13 +0200 |
commit | a46cc8597cdc2ab2aca146ed79c0fcf3f4df5617 (patch) | |
tree | 8d56828835eb1124d3d268e4e934e7957123ca3a /engines/dm/.gitattributes | |
parent | d3d0819b00c0dddcb35d99561c2eeadf04791190 (diff) | |
parent | 4099814fbe6894931b7b393dc2f6ef5736297338 (diff) | |
download | scummvm-rg350-a46cc8597cdc2ab2aca146ed79c0fcf3f4df5617.tar.gz scummvm-rg350-a46cc8597cdc2ab2aca146ed79c0fcf3f4df5617.tar.bz2 scummvm-rg350-a46cc8597cdc2ab2aca146ed79c0fcf3f4df5617.zip |
Merge pull request #817 from WinterGrascph/dm
DM: New Engine
Diffstat (limited to 'engines/dm/.gitattributes')
-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 |