From 3c236d1f0652f2f137bc309674e0be577c7fbe1c Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Tue, 4 Aug 2020 09:31:04 -0400 Subject: [PATCH] Bring .clang-format file in sync with ROCclr's Change-Id: I1990722c0779d61f66d79a5d0649d1b64e42eaf7 [ROCm/hip commit: e1ddc755429198979387ecdc2283c5e359dd18bf] --- projects/hip/.clang-format | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/projects/hip/.clang-format b/projects/hip/.clang-format index 1793af2ba2..5572a72cdd 100644 --- a/projects/hip/.clang-format +++ b/projects/hip/.clang-format @@ -1,20 +1,10 @@ ---- Language: Cpp BasedOnStyle: Google AlignEscapedNewlinesLeft: false +AlignOperands: false ColumnLimit: 100 +AlwaysBreakTemplateDeclarations: false DerivePointerAlignment: false -IndentWrappedFunctionNames: false +IndentFunctionDeclarationAfterType: false MaxEmptyLinesToKeep: 2 SortIncludes: false -IndentWidth: 4 ---- -Language: ObjC -BasedOnStyle: Google -AlignEscapedNewlinesLeft: false -ColumnLimit: 100 -DerivePointerAlignment: false -IndentWrappedFunctionNames: false -MaxEmptyLinesToKeep: 2 -SortIncludes: false -IndentWidth: 4