Skip to content

Commit

Permalink
Merge branch 'feature/move-control-to-items' into move-logic-to-items
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh authored Sep 16, 2024
2 parents 8fdf221 + fb260a1 commit 636d6cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AllowShortBlocksOnASingleLine: false
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true
IndentCaseBlocks: true
BreakBeforeBraces: Custom
Expand Down

0 comments on commit 636d6cb

Please sign in to comment.