Displaying 2 results from an estimated 2 matches for "disableformat".
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.