mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-07 07:07:06 +02:00
suppress get one-line case statements in a switch statement
This commit is contained in:
@@ -7,7 +7,7 @@ AlignEscapedNewlines: Right
|
|||||||
AlignOperands: 'true'
|
AlignOperands: 'true'
|
||||||
AlignTrailingComments: 'true'
|
AlignTrailingComments: 'true'
|
||||||
AllowShortBlocksOnASingleLine: 'true'
|
AllowShortBlocksOnASingleLine: 'true'
|
||||||
AllowShortCaseLabelsOnASingleLine: 'true'
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
AllowShortIfStatementsOnASingleLine: 'false'
|
AllowShortIfStatementsOnASingleLine: 'false'
|
||||||
AllowShortLoopsOnASingleLine: 'false'
|
AllowShortLoopsOnASingleLine: 'false'
|
||||||
|
Reference in New Issue
Block a user