Re: [chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
Jens, That particular script is part of a separate package actually, but it's easy to set up. Go To The Script menu, and choose Edit User Scripts. Click on the Plus and add a New Shell Script Set the script to: #! /bin/sh /usr/bin/sed -E 's/[[:space:]]+$//' Set the Input to Entire Document

Re: [chromium-dev] Xcode, whitespace and you

2009-11-30 Thread Dave MacLachlan
On Nov 30, 2009, at 4:57 PM, Mark Mentovai wrote: All with backend stuff, though. I'll poke and see. You may want to reference radar 7432370: Add preference to Xcode to strip useless eol whitespace. Cheers, Dave -- Chromium Developers mailing list: chromium-dev@googlegroups.com View

Re: [chromium-dev] Xcode, whitespace and you

2009-12-01 Thread Dave MacLachlan
We do now: 7433107 Add preference to Xcode to automatically add newline to end of file Cheers, Dave On Dec 1, 2009, at 5:29 AM, Thomas Van Lenten wrote: Dave - do you have a radar for the trailing newline also? TVL On Tue, Dec 1, 2009 at 12:39 AM, Dave MacLachlan dmacl...@chromium.org

[chromium-dev] Dandruff fixit day?

2010-03-31 Thread Dave MacLachlan
I hope this has been suggested in the past, but thought I'd raise the discussion again. Maybe I'm overreacting being a first time sheriff, but I'd be interested in hearing what other people have to say. Based on this data: grep -R TEST_F.* FLAKY_ src | wc -l 181 and grep -R TEST_F*.