Closed (fixed)
Project:
User Import
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 03:20 UTC
Updated:
14 Apr 2013 at 01:41 UTC
Jump to comment: Most recent file
I just had to roll a small patch (#1928404: HTML rendering explicity in mail as code) and my $EDITOR automatically modified hundreds of lines because the indentation was crazy.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user_import-1930806-indentation.patch | 94.15 KB | xurizaemon |
Comments
Comment #1
xurizaemonOnly whitespace changes in this patch.
Comment #2
xurizaemonYou'll prob find this clashes with the other patch I've filed - if you confirm that this is whitespace only (apply the patch, then view
git diff -wto see if there are any non-whitespace changes) and apply it first, git should be able to resolve the differences when applying other patches in the queue.Just did indentation here because that's what many $EDITORs will clean up automatically.
Comment #3
robert castelo commentedFixed in dev and in next release. I just ran PHPStorm's Reformat Code feature and then hand fixed a few remaining issues.
PHPStorm is fantastic!