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

[Libmesh-devel] Recent whitespace changes

2014-02-24 Thread John Peterson
Greetings, You may have noticed a large number of whitespace changes in master recently... These were made to: 1.) Unify the indentation style used in the code. 2.) Remove tab characters used for indentation. The indentation style is of course open for debate. The current style is the one we've