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

clang-format configuration file added

parent 72784c14
No related branches found
No related tags found
1 merge request!453Resolve "add clang-format configuration file"
---
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
#AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 100
IndentWidth: 4
#IndentCaseLabels: false
IncludeBlocks: Preserve
IndentGotoLabels: false
NamespaceIndentation: All
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: Always
...
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