From 1632dab4124387cf8e6798e4893731b6afdbc65e Mon Sep 17 00:00:00 2001 From: azriel1rf Date: Sat, 4 May 2024 12:37:23 +0900 Subject: [PATCH] Add clang-format-ignore --- .pre-commit-config.yaml | 1 + cpp/.clang-format-ignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 cpp/.clang-format-ignore diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbbb1d9..f9b6ee7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,6 +40,7 @@ repos: hooks: - id: clang-format args: [-i, --Werror] + pass_filenames: false # - id: clang-tidy # - id: oclint # - id: cppcheck diff --git a/cpp/.clang-format-ignore b/cpp/.clang-format-ignore new file mode 100644 index 0000000..26452ed --- /dev/null +++ b/cpp/.clang-format-ignore @@ -0,0 +1,2 @@ +./src/hashtable* +./src/tables*