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
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
  • 4a42377e
    .clang-format updated · 4a42377e
    gsell authored
    - commented out IndentCaseLabels removed. Google default is used
+ 0
1
@@ -11,7 +11,6 @@ AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 100
IndentWidth: 4
#IndentCaseLabels: false
IncludeBlocks: Preserve
IndentGotoLabels: false
NamespaceIndentation: All
Loading