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

Resolve "add clang-format configuration file"

Merged gsell requested to merge 617-add-clang-format-configuration-file into master
.clang-format 0 → 100644
+ 17
0
 
---
 
Language: Cpp
 
BasedOnStyle: Google
 
AccessModifierOffset: -4
 
AlignAfterOpenBracket: AlwaysBreak
 
AlignConsecutiveAssignments: true
 
AllowShortFunctionsOnASingleLine: None
 
AllowShortIfStatementsOnASingleLine: Never
 
AllowShortLambdasOnASingleLine: Empty
 
AllowShortLoopsOnASingleLine: false
 
BreakBeforeBinaryOperators: NonAssignment
 
ColumnLimit: 100
 
IndentWidth: 4
 
IncludeBlocks: Preserve
 
IndentGotoLabels: false
 
NamespaceIndentation: All
 
...
Loading