diff --git a/.clang-format b/.clang-format index a3545491..4e0db12d 100644 --- a/.clang-format +++ b/.clang-format @@ -15,11 +15,11 @@ AllowShortIfStatementsOnASingleLine: 'false' AllowShortLambdasOnASingleLine: 'All' AlwaysBreakAfterReturnType: 'TopLevelDefinitions' BraceWrapping: -BeforeLambdaBody: 'false' +# BeforeLambdaBody: 'false' BinPackArguments: 'false' BinPackParameters: 'false' BreakBeforeBraces: 'WebKit' -ColumnLimit: '100' +ColumnLimit: '0' Cpp11BracedListStyle: 'true' DerivePointerAlignment: 'false' IndentCaseLabels: 'false'