Re: style note
Alex Russell <[email protected]>
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Organization | netWindows.org |
| Message-ID | <[email protected]> |
On Friday 15 August 2003 22:10, Mark Anderson wrote:
> I guess you prefer redundant parentheses and dislike operator white space?
>
> - if (!__is__.ie && !node.hasAttributes()){ return []; }
>
> + if((!__is__.ie)&&(!node.hasAttributes())){ return []; }
>
> Is there some set of options to command-line "indent" that
> matches alex-style?
This is currently as close as I can get:
-lc80 -cdb -sc -fca -nsaw -npcs -nprs -nsaf -nsai -cdw -br -ce -st -ut
I haven't gotten it to tighten up spaces around the ends of if()'s and elses,
but I think it's a start.
--
Alex Russell
[email protected]
[email protected]
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org