diff options
-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 |