Skip to content
Snippets Groups Projects
Commit c03068de authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'clangformat_update' into 'master'

update clang-format file for lambda brace rule

See merge request !79
parents aec4df0b c5e9190a
No related branches found
No related tags found
1 merge request!79update clang-format file for lambda brace rule
Pipeline #6888 passed
......@@ -36,6 +36,7 @@ BraceWrapping:
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: false
BeforeLambdaBody : true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman
BreakBeforeInheritanceComma: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment