Bring .clang-format file in sync with ROCclr's

Change-Id: I1990722c0779d61f66d79a5d0649d1b64e42eaf7


[ROCm/hip commit: e1ddc75542]
Tento commit je obsažen v:
Jatin Chaudhary
2020-08-04 09:31:04 -04:00
odevzdal Maneesh Gupta
rodič 4e41ce2687
revize 3c236d1f06
+3 -13
Zobrazit soubor
@@ -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