<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nice, the behavior now seems nicely isolated. Is this a purely stylistic kind of change or do you think every JS developer working on any kind of codebase will want it? Generally this feels like something we should carefully enable with a dedicated style option. Where can I find more information about it?</blockquote><div><br></div><div>According to Google JavaScript style, you should always use single quotes for string literals. Outside of that, people usually prefer one over the other (I think), some people just use both indiscriminately. We could make it an option, and only turn it on for a specific Google style.</div><div><br></div><div>Martin</div></div></div>