From b298d2fd1dd3c1bd98f82e7e2fbc60748196429d Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila Date: Thu, 23 May 2024 14:59:37 +0200 Subject: [PATCH] Don't format templates and test extra_code --- python/templates/.clang-format | 1 + tests/extra_code/.clang-format | 1 + 2 files changed, 2 insertions(+) create mode 100644 python/templates/.clang-format create mode 100644 tests/extra_code/.clang-format diff --git a/python/templates/.clang-format b/python/templates/.clang-format new file mode 100644 index 000000000..e3845288a --- /dev/null +++ b/python/templates/.clang-format @@ -0,0 +1 @@ +DisableFormat: true diff --git a/tests/extra_code/.clang-format b/tests/extra_code/.clang-format new file mode 100644 index 000000000..e3845288a --- /dev/null +++ b/tests/extra_code/.clang-format @@ -0,0 +1 @@ +DisableFormat: true