Re: [Libmesh-devel] Recent whitespace changes

2014-02-24 Thread John Peterson
On Mon, Feb 24, 2014 at 9:25 PM, Derek Gaston wrote: > John, > > Thanks for working this out - I especially appreciate the gitconfig bit > (BTW - you can add that just to your libMesh repo clones by modifying the > .git/config file in just that repo). > > Also, I vote for: > > > if (condition)

Re: [Libmesh-devel] Recent whitespace changes

2014-02-24 Thread Dmitry Karpeyev
On Feb 24, 2014 9:26 PM, "Derek Gaston" wrote: > > John, > > Thanks for working this out - I especially appreciate the gitconfig bit (BTW - you can add that just to your libMesh repo clones by modifying the .git/config file in just that repo). > > Also, I vote for: > > >> if (condition) >> { >

Re: [Libmesh-devel] Recent whitespace changes

2014-02-24 Thread Derek Gaston
John, Thanks for working this out - I especially appreciate the gitconfig bit (BTW - you can add that just to your libMesh repo clones by modifying the .git/config file in just that repo). Also, I vote for: if (condition) > { > foo(); > bar(); } Derek On Mon, Feb 24, 2014 a