Re: style note
Mark Anderson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
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?
-mda
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org