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 adc6cc38 authored by Achim Gsell's avatar Achim Gsell
Browse files

DerivePointerAlignment set to false in .clang-format

parent 5efd0614
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ AllowShortLambdasOnASingleLine: Empty ...@@ -10,6 +10,7 @@ AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: NonAssignment BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 100 ColumnLimit: 100
DerivePointerAlignment: false
IndentWidth: 4 IndentWidth: 4
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentGotoLabels: false IndentGotoLabels: false
......
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