Skip to content

Commit

Permalink
Merge pull request #10 from xhernandez/format
Browse files Browse the repository at this point in the history
Alignment changes
  • Loading branch information
amarts committed Aug 21, 2018
2 parents d63bb1c + afd693f commit 89ab7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Expand Up @@ -4,8 +4,8 @@ Language: Cpp
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
Expand Down

0 comments on commit 89ab7dc

Please sign in to comment.