Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 267da80d authored by gsell's avatar gsell
Browse files

AlignConsecutiveAssignments: true added to .clang-format

parent 8aa2be66
No related branches found
No related tags found
1 merge request!453Resolve "add clang-format configuration file"
...@@ -3,7 +3,7 @@ Language: Cpp ...@@ -3,7 +3,7 @@ Language: Cpp
BasedOnStyle: Google BasedOnStyle: Google
AccessModifierOffset: -4 AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak AlignAfterOpenBracket: AlwaysBreak
#AllowShortEnumsOnASingleLine: false AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty AllowShortLambdasOnASingleLine: Empty
......
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