Update dotfiles

This commit is contained in:
2022-12-19 22:37:02 +01:00
parent da23bc10f3
commit 550da8e866
3 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Checks: " *,
-abseil-string-find-str-contains,
-bugprone-exception-escape,
-fuchsia-trailing-return,
-readability-static-accessed-through-instance
-readability-static-accessed-through-instance,
"
CheckOptions:
@@ -31,4 +31,6 @@ CheckOptions:
- key: readability-identifier-length.IgnoredParameterNames
value: 'c|n|f'
- key: readability-identifier-length.IgnoredLoopCounterNames
value: 'c|i|j|k|n'
value: 'c|i|j|k|n'
- key: readability-braces-around-statements.ShortStatementLines
value: 1