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 1fbbeeaf authored by gsell's avatar gsell
Browse files

Merge branch '621-derivepointeralignment-must-be-set-to-false-in-clang-format' into 'master'

Resolve "DerivePointerAlignment must be set to false in .clang-format"

Closes #621

See merge request !457
parents 5efd0614 adc6cc38
No related branches found
No related tags found
1 merge request!457Resolve "DerivePointerAlignment must be set to false in .clang-format"
......@@ -10,6 +10,7 @@ AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 100
DerivePointerAlignment: false
IndentWidth: 4
IncludeBlocks: Preserve
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