Skip to content

Commit

Permalink
clang-format: IndentCaseLabels: false
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Sep 25, 2023
1 parent 83a8415 commit 83dc495
Show file tree
Hide file tree
Showing 13 changed files with 645 additions and 647 deletions.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: false
AlignEscapedNewlines: Right
AlignOperands: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
ForEachMacros:
- TAILQ_FOREACH_HF
IndentCaseLabels: false
IndentWidth: 4
SpacesBeforeTrailingComments: 4
Loading

0 comments on commit 83dc495

Please sign in to comment.