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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.