Skip to content

Commit

Permalink
clang-tidy; Allow single line stmts w/o braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Aug 20, 2019
1 parent eef66ce commit b6a70b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: file
CheckOptions:
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
- key: hicpp-braces-around-statements.ShortStatementLines
value: '1'
- key: readability-braces-around-statements.ShortStatementLines
value: '1'

0 comments on commit b6a70b8

Please sign in to comment.