Displaying 3 results from an estimated 3 matches for "breakbeforebraces".
2020 Nov 19
3
[PATCH 0/2] [clang-format] Add new configurations
From: Anastasiia Lukianenko <anastasiia_lukianenko at epam.com>
We are trying to use the clang-format approach as a base for Xen [1]
style formatting.
During the state of testing clang-format with different configurations,
we found that some points regarding the Xen coding style are not
configurable. Therefore, we decided to add them to be able to make a
choice in different cases.
Regards,
2016 Apr 04
2
[PATCH FOR DISCUSSION ONLY 1/2] scripts: Add a script for formatting all C code in the project.
~~~ Not to be applied, for discussion only ~~~
I think we need some kind of "checkpatch" script to catch all the
annoying, nitpicky code style issues that submitters trip up on.
I looked at a few scripts that exist, primarily the ones from Linux
and qemu (massive and complicated), and libvirt (small and sane).
There are a couple of problems:
(1) Linux/qemu-style checkpatch only
2016 Apr 05
3
[PATCH v2 FOR DISCUSSION ONLY 1/2] scripts: Add a script for formatting all C code in the project.
See previous version:
https://www.redhat.com/archives/libguestfs/2016-April/msg00021.html
The formatting in this second version isn't too bad. Still
a few corner cases to sort out.
Rich.