C code style for the CFEngine project, ref contribution guidelines.
To enable coding style for the current buffer:
M-x c-set-style cfengine
To enable coding style permanently, create file .dir-locals.el
with the
following contents in the directory with the source code:
((c-mode . ((c-file-style . "cfengine"))))