Re: [Ganglia-developers] C Code Style

2015-03-09 Thread Chris Burroughs
Agreed that tooling would be the best end state. If an Elder Developer could comment on if there was an originally (mostly?) intended style, that would be helpful we well. On 02/26/2015 07:40 PM, Joseph Holsten wrote: > even better: a set of indent flags, then just run everything through it. Her

Re: [Ganglia-developers] C Code Style

2015-02-26 Thread Joseph Holsten
even better: a set of indent flags, then just run everything through it. Here are some popular sets: https://www.gnu.org/software/indent/manual/indent.html#SEC4 > On Feb 26, 2015, at 4:14 PM, Chris Burroughs > wrote: > > Is there a C style file or emacs/vi config for the ganglia C source code

[Ganglia-developers] C Code Style

2015-02-26 Thread Chris Burroughs
Is there a C style file or emacs/vi config for the ganglia C source code floating around anywhere? I admit I'm a bit spoiled by Python and the One True Style and a bit befuddled by the mix of {1,2,3(!),4} space indents and variable brace placement. It would be nice if for GSoC the code was a b