Require context in aggregators. (#10075)

This commit is contained in:
Jiaming Yuan
2024-02-28 03:12:42 +08:00
committed by GitHub
parent 761845f594
commit 5ac233280e
23 changed files with 190 additions and 144 deletions

View File

@@ -17,7 +17,7 @@ AllowShortEnumsOnASingleLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
AllowShortLambdasOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None