Skip to content

Commit

Permalink
Add more check in style configuration (IntelPython#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
shssf authored and Vyacheslav-Smirnov committed Aug 7, 2019
1 parent 9076493 commit abf5bd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ AlignConsecutiveDeclarations: false
AlignConsecutiveAssignments: false
AlignTrailingComments: true

AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false

AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
Expand Down

0 comments on commit abf5bd0

Please sign in to comment.