From f4aab431bf99e320ef14eb9c2f138e5f05136eba Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Fri, 9 Dec 2022 00:13:39 +0000 Subject: [PATCH] SWDEV-355313 - Merge remote-tracking branch 'hip/amd-staging' into amd-staging Change-Id: I778056b2271d72812759882b98be33f8f3ea8464 [ROCm/hip-tests commit: 8eb4a198326e0fe778c8096cfa0d47bcba363a9b] --- projects/hip-tests/.clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/hip-tests/.clang-format diff --git a/projects/hip-tests/.clang-format b/projects/hip-tests/.clang-format new file mode 100644 index 0000000000..5572a72cdd --- /dev/null +++ b/projects/hip-tests/.clang-format @@ -0,0 +1,10 @@ +Language: Cpp +BasedOnStyle: Google +AlignEscapedNewlinesLeft: false +AlignOperands: false +ColumnLimit: 100 +AlwaysBreakTemplateDeclarations: false +DerivePointerAlignment: false +IndentFunctionDeclarationAfterType: false +MaxEmptyLinesToKeep: 2 +SortIncludes: false