diff options
Diffstat (limited to 'src/xxHash/.gitattributes')
-rw-r--r-- | src/xxHash/.gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/xxHash/.gitattributes b/src/xxHash/.gitattributes new file mode 100644 index 000000000..fbcf75b55 --- /dev/null +++ b/src/xxHash/.gitattributes @@ -0,0 +1,10 @@ +# Set the default behavior +* text eol=lf + +# Explicitly declare source files +*.c text eol=lf +*.h text eol=lf + +# Denote files that should not be modified. +*.odt binary + |