From dbb31f4aea628a398cc84f70bfcce28bc7eb8014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 3 Jun 2023 20:57:13 +0200 Subject: [PATCH] Disable clang format in KDToolBox folder --- third_party/KDToolBox/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 third_party/KDToolBox/.clang-format diff --git a/third_party/KDToolBox/.clang-format b/third_party/KDToolBox/.clang-format new file mode 100644 index 00000000..a43d914e --- /dev/null +++ b/third_party/KDToolBox/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false \ No newline at end of file