mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-10 16:46:25 +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'
|
||||
AlignTrailingComments: 'true'
|
||||
AllowShortBlocksOnASingleLine: 'true'
|
||||
AllowShortCaseLabelsOnASingleLine: 'true'
|
||||
AllowShortCaseLabelsOnASingleLine: 'false'
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortIfStatementsOnASingleLine: 'false'
|
||||
AllowShortLoopsOnASingleLine: 'false'
|
||||
|
Reference in New Issue
Block a user