[geos-devel] trailing blanks (was: Breeding .editorconfig is bad)
Sandro Santilli
strk at kbt.io
Fri Apr 7 05:02:02 PDT 2017
On Fri, Apr 07, 2017 at 01:58:49PM +0200, Sandro Santilli wrote:
> On Fri, Apr 07, 2017 at 01:35:03PM +0200, Sandro Santilli wrote:
>
> > The way I've been addressing those cases has been first committing
> > removal of trailing blank spaces and then committing a separate
> > funtional change.
>
> I've tried removing all trailing blanks from .cpp and .h files
> across the whole geos codebase, to get a feel of what it would
> take.
>
> The change summary is:
>
> 753 files changed, 3219 insertions(+), 3219 deletions(-)
>
> That's over a total of 156972 lines in 839 files, so 2% of the lines
> in 90% of the files have trailing blanks.
Addendum: removing trailing *tabs* the numbers raised to:
753 files changed, 3676 insertions(+), 3676 deletions(-)
That's still 2% lines in 90% of files though.
New full change stats: http://strk.kbt.io/tmp/trailing-blanks2.txt
--strk;
More information about the geos-devel
mailing list