Re: [vhostmd 4/5] Add virtio support to vm-dump-metrics

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux