Skip to content
Snippets Groups Projects
Commit 13ddbfe5 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

As discussed disable weird aligning policy.

parent e1b7ca7b
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ Language: Cpp ...@@ -2,9 +2,9 @@ Language: Cpp
# BasedOnStyle: LLVM # BasedOnStyle: LLVM
AccessModifierOffset: -3 AccessModifierOffset: -3
AlignAfterOpenBracket: Align AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true AlignConsecutiveAssignments: false
# This would be nice to have but seems to also (mis)align function parameters # This would be nice to have but seems to also (mis)align function parameters
AlignConsecutiveDeclarations: true AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: true AlignEscapedNewlinesLeft: true
AlignOperands: true AlignOperands: true
AlignTrailingComments: true AlignTrailingComments: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment