mirror of
https://github.com/Haivision/srt.git
synced 2026-07-04 15:07:49 +00:00
[build] clang format short func alignment
AllowShortBlocksOnASingleLine: Empty allow only an empty function body to be on the same line as the function declaration.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
# AllowShortCaseLabelsOnASingleLine: false
|
||||
# AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
# AllowShortIfStatementsOnASingleLine: false
|
||||
# AllowShortLoopsOnASingleLine: false
|
||||
# AlwaysBreakAfterDefinitionReturnType: None
|
||||
|
||||
Reference in New Issue
Block a user