On 10/1/18 1:27 AM, Trapp, Michael wrote:
Was on SLES11 with gcc-4.3 and actually the defaults from the project, I will move to a SLES15 and fix the compile flags and the resulting errors. Can you please share your GNU indent settings that I can fix the whitespace/formatting issue.
I haven't used indent on the vhostmd code since the style is not consistent throughout that old code :-). But for new code it would be nice to follow a style similar to that used in other projects under the virt-tools umbrella, which is basically (in emacs variable form)
(c-mode . ( (c-file-style . "K&R") (indent-tabs-mode . nil) (c-indent-level . 4) (c-basic-offset . 4) )) Regards, Jim _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list