From dd800b3428123a7200d7e1e480bddf331a5b74dd Mon Sep 17 00:00:00 2001 From: Dimitris Christodoulou Date: Tue, 8 Sep 2026 18:04:29 +0100 Subject: [PATCH] clang-format: Skip .proto files --- fit-performer/proto/.clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fit-performer/proto/.clang-format diff --git a/fit-performer/proto/.clang-format b/fit-performer/proto/.clang-format new file mode 100644 index 00000000..67b70222 --- /dev/null +++ b/fit-performer/proto/.clang-format @@ -0,0 +1,7 @@ +# -*- mode: yaml; -*- + +# The .proto files are copied verbatim from the FIT protocol repository, so they +# must not be reformatted by clang-format (which formats .proto files by default) +--- +DisableFormat: true +SortIncludes: false