diff --git a/hipamd/.gitattributes b/hipamd/.gitattributes new file mode 100644 index 0000000000..c7b2250c04 --- /dev/null +++ b/hipamd/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autolf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to have LF line endings on checkout. +*.c text eol=lf +*.cpp text eol=lf +*.cc text eol=lf +*.h text eol=lf +*.hpp text eol=lf +*.txt text eol=lf