Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2011 at 16:22 UTC
Updated:
27 Dec 2011 at 07:10 UTC
This module has history and it shows. Here is the issue for all whitespace, coding standard problems and punctuation in docs.
No change in API, naming or anything. Only annoying EOL whitespace and EOF new line and maybe a full stop missing in comments and the like. The best patches are the one where a git diff --ignore-space-at-eol wouldn't show anything.
Comments
Comment #1
nod_Just committed whitespace trim in 3.x. Diff is empty with -d option :) now we don't have to worry about editors trimming all whitespace on save.
here is the script i used :
I leave as to be ported for now if zzolo wants this in 2.x
Comment #2
das-peter commented*yay* Thanks & I would like to say goodbye to
--ignore-space-at-eolin 2.x too :)Comment #3
zzolo commentedYeah, lets put this in 2.x.
I do have to admit, my editor, Coda is quick to leave whitespace. :(
Comment #4
nod_committed to 7.x-2.x too :)
Comment #5
das-peter commentedAwesome & thanks.
Makes patching & reviewing really more efficient :)