[webkit-dev] Style guide for indenting nested #if #define in headers

Chris Marrin cmarrin at apple.com
Thu Oct 15 08:56:48 PDT 2009


On Oct 15, 2009, at 8:54 AM, Timothy Hatcher wrote:

> This is rather ugly and does not match the majority of the code we have in WebCore already.

I agree. I don't find any issues with the current, unindented style. I just think that ifdefs that span more than 10 lines or so should always put the condition on the #endif as a comment.

> 
> On Oct 15, 2009, at 8:12 AM, Eric Seidel wrote:
> 
>> I really like the indented style that some folks have started using:
>> 
>> #if foo
>> #    define BAR BAZ
>> #else
>> #    define BAR BARF
>> #endif
>> 
>> I think we should standardize on something and add it to the style guides.
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-----
~Chris
cmarrin at apple.com






More information about the webkit-dev mailing list