From 401fabbf13fa2431ddf408728618df7eb5ef01ea Mon Sep 17 00:00:00 2001 From: jujiang Date: Fri, 21 May 2021 13:53:54 -0400 Subject: [PATCH] SWDEV-286322 - add an attribute file to modify EOL Change-Id: I5ca49a0107e129a2f949d767d2d6e0169140191d --- hipamd/.gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hipamd/.gitattributes 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