* mps/.clang-format: New file. Configuration for MPS conventions.

This commit is contained in:
Helmut Eller 2026-01-23 09:41:27 +01:00
parent cc1aa65f17
commit 07c893264b

12
mps/.clang-format Normal file
View file

@ -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: