Add ClangFormat rules

This commit is contained in:
Louis-Bertrand Varin 2018-01-14 10:11:00 -05:00
parent 410d88bf99
commit 07bc9a7b4b
4 changed files with 67 additions and 3 deletions

View file

@ -30,7 +30,7 @@ BraceWrapping:
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BreakBeforeBinaryOperators: None
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true