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

@@ -44,4 +44,4 @@ AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false BinPackArguments: false
ColumnLimit: 130 ColumnLimit: 130
AllowShortFunctionsOnASingleLine: None AllowShortFunctionsOnASingleLine: None
ConstructorInitializerIndentWidth: 4 ConstructorInitializerIndentWidth: 4

View File

@@ -18,7 +18,7 @@ Checks: " *,
-abseil-string-find-str-contains, -abseil-string-find-str-contains,
-bugprone-exception-escape, -bugprone-exception-escape,
-fuchsia-trailing-return, -fuchsia-trailing-return,
-readability-static-accessed-through-instance -readability-static-accessed-through-instance,
" "
CheckOptions: CheckOptions:
@@ -31,4 +31,6 @@ CheckOptions:
- key: readability-identifier-length.IgnoredParameterNames - key: readability-identifier-length.IgnoredParameterNames
value: 'c|n|f' value: 'c|n|f'
- key: readability-identifier-length.IgnoredLoopCounterNames - 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

5
.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
**/.vscode
**/build
**/*.py
**/.git
**/Dockferfile*