From 550da8e866e40eded6eee99168eee9804bdff553 Mon Sep 17 00:00:00 2001 From: Weckyy702 <50154363+Weckyy702@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:37:02 +0100 Subject: [PATCH] Update dotfiles --- .clang-format | 2 +- .clang-tidy | 6 ++++-- .dockerignore | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .dockerignore diff --git a/.clang-format b/.clang-format index 4304af8..6994d05 100644 --- a/.clang-format +++ b/.clang-format @@ -44,4 +44,4 @@ AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false ColumnLimit: 130 AllowShortFunctionsOnASingleLine: None -ConstructorInitializerIndentWidth: 4 \ No newline at end of file +ConstructorInitializerIndentWidth: 4 diff --git a/.clang-tidy b/.clang-tidy index bcea84a..34378e7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -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' \ No newline at end of file + value: 'c|i|j|k|n' + - key: readability-braces-around-statements.ShortStatementLines + value: 1 diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..e168a2c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +**/.vscode +**/build +**/*.py +**/.git +**/Dockferfile*