Skip to content
Snippets Groups Projects
Commit ebc4a4c9 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[clang-tidy] allow 2 empty lines

This is in line with the clang-format specs, otherwise we will loose the
2 empty lines around classes, etc...
parent e45c1393
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
CheckOptions:
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
value: '2'
- key: google-readability-function-size.StatementThreshold
value: '800'
- key: google-readability-namespace-comments.ShortNamespaceLines
......
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