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