From 926ea9c801125469c707a7980cefcb9b61f63311 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Tue, 17 Aug 2021 13:00:13 -0400 Subject: [PATCH] SWDEV-1 - Fix line endings for .asm files Change-Id: Ie315acd708178ca0722457e688859244fbddcd9f [ROCm/clr commit: 86b577fb19ec66da92cb2de9a533da3936c5615a] --- projects/clr/rocclr/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/rocclr/.gitattributes b/projects/clr/rocclr/.gitattributes index 55bb72f281..0baac9e224 100644 --- a/projects/clr/rocclr/.gitattributes +++ b/projects/clr/rocclr/.gitattributes @@ -9,6 +9,7 @@ *.h text eol=lf *.hpp text eol=lf *.txt text eol=lf +*.asm test eol=lf # Define files to support auto-remove trailing white space # Need to run the command below, before add modified file(s) to the staging area