From fbe3f72fb16f12695ffb1eaff40531d8b5603bb2 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 25 Jul 2025 00:44:34 +0200 Subject: [PATCH] .clang-format-ignore Signed-off-by: Alexander Borsuk --- .clang-format-ignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format-ignore diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 000000000..9c47cc33e --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1,8 @@ +# Files that should not be formatted. +./3party +# A patched copy of the https://registry.khronos.org/OpenGL/api/GLES3/gl3.h +./android/sdk/src/main/cpp/app/organicmaps/sdk/opengl/gl3stub.h +# Formatting it leads to crashes in runtime. Newer protobuf may fix it. +./libs/indexer/drules_struct.pb.cc +# No need to format this 3party tool. +tools/osmctools/*.c