removed BeforeWhile because it wasn't in clang-format 10 either

This commit is contained in:
The-EDev 2021-11-27 22:29:34 +03:00
parent 162c83c56c
commit 3d67ee8556
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9

View File

@ -33,7 +33,7 @@ BraceWrapping:
BeforeCatch: 'true'
BeforeElse: 'true'
# BeforeLambdaBody: 'false'
BeforeWhile: 'false'
# BeforeWhile: 'false'
IndentBraces: 'false'
SplitEmptyFunction: 'false'
SplitEmptyRecord: 'false'