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

.clang-format updated

- commented out IndentCaseLabels removed. Google default is used
parent 40837e02
No related branches found
No related tags found
1 merge request!453Resolve "add clang-format configuration file"
...@@ -11,7 +11,6 @@ AllowShortLoopsOnASingleLine: false ...@@ -11,7 +11,6 @@ AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: NonAssignment BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 100 ColumnLimit: 100
IndentWidth: 4 IndentWidth: 4
#IndentCaseLabels: false
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentGotoLabels: false IndentGotoLabels: false
NamespaceIndentation: All NamespaceIndentation: All
......
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