From 07c893264b8520030c78e10e0e5dbe55b6a8bf50 Mon Sep 17 00:00:00 2001 From: Helmut Eller Date: Fri, 23 Jan 2026 09:41:27 +0100 Subject: [PATCH] * mps/.clang-format: New file. Configuration for MPS conventions. --- mps/.clang-format | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mps/.clang-format diff --git a/mps/.clang-format b/mps/.clang-format new file mode 100644 index 00000000000..cc8f4f91d17 --- /dev/null +++ b/mps/.clang-format @@ -0,0 +1,12 @@ +# Configure clang-format to follow the conventions described in +# design/guide.impl.c.format.txt. This is work in progress and not +# everything is covered yet. I'm using clang-format version 19. + +BasedOnStyle: Mozilla +ColumnLimit: 72 +AllowAllArgumentsOnNextLine: false +BreakAfterReturnType: Automatic + +# Local Variables: +# mode: yaml +# End: