Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ AlignOperands: 'true'
AlignTrailingComments: 'true'
AllowAllArgumentsOnNextLine: 'true'
AllowAllConstructorInitializersOnNextLine: 'true'
AllowShortBlocksOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
Expand Down Expand Up @@ -56,7 +55,8 @@ TabWidth: '4'
UseTab: Never

# control function declaration/definition
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: Never
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: OnePerLine

Expand Down
2 changes: 1 addition & 1 deletion src/scaler/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.25.1
Loading