From 86b577fb19ec66da92cb2de9a533da3936c5615a 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 --- rocclr/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/.gitattributes b/rocclr/.gitattributes index 55bb72f281..0baac9e224 100644 --- a/rocclr/.gitattributes +++ b/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