mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
* mps/.clang-format: New file. Configuration for MPS conventions.
This commit is contained in:
parent
cc1aa65f17
commit
07c893264b
1 changed files with 12 additions and 0 deletions
12
mps/.clang-format
Normal file
12
mps/.clang-format
Normal 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:
|
||||
Loading…
Reference in a new issue