mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
clang-format: Loops allowed on single line.
This commit is contained in:
parent
dba88bae3c
commit
236e6baa76
@ -13,7 +13,7 @@ AllowShortBlocksOnASingleLine: true
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
|
Loading…
Reference in New Issue
Block a user