Skip to content
Snippets Groups Projects
Commit b6a70b8c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

clang-tidy; Allow single line stmts w/o braces.

parent eef66cea
No related branches found
No related tags found
No related merge requests found
......@@ -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% 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