Skip to content

Commit

Permalink
Bring .clang-format file in sync with ROCclr's
Browse files Browse the repository at this point in the history
Change-Id: I1990722c0779d61f66d79a5d0649d1b64e42eaf7
  • Loading branch information
Jatin Chaudhary authored and mangupta committed Aug 7, 2020
1 parent 36b420c commit e1ddc75
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e1ddc75

Please sign in to comment.