Bring .clang-format file in sync with ROCclr's
Change-Id: I1990722c0779d61f66d79a5d0649d1b64e42eaf7
[ROCm/clr commit: fb2760a8aa]
Tento commit je obsažen v:
odevzdal
Maneesh Gupta
rodič
093f0490d6
revize
492c85b8fb
@@ -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
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele