1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-11 23:46:55 +00:00

clang-format: Loops allowed on single line.

This commit is contained in:
Wilson Snyder 2020-04-13 17:44:19 -04:00
parent dba88bae3c
commit 236e6baa76

View File

@ -13,7 +13,7 @@ AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false