diff --git a/projects/clr/hipamd/.clang-format b/projects/clr/hipamd/.clang-format index 1793af2ba2..5572a72cdd 100644 --- a/projects/clr/hipamd/.clang-format +++ b/projects/clr/hipamd/.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