<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div> Talking with qmx and&nbsp;lholmquist&nbsp;about this it seems that JS land doesn't have good tools for this.&nbsp;</div>
</div></blockquote><div><br></div><div><br></div><div>hrm - the grunt worked for me; but I don't know if it is _that_ good</div></div></div></div></blockquote><div><br></div><div>The formatter that is available with grunt seems to have very little settings [1], but if that is fine for most of us by all means we should use it!</div><div><br></div><div>[1]&nbsp;<a href="https://npmjs.org/package/grunt-jsbeautifier">https://npmjs.org/package/grunt-jsbeautifier</a></div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>&nbsp;</div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div style="word-wrap:break-word"><div><br></div><div>To have something in the mean time we could use something like the eclipse formatter, because it can format JS has a ton of options and there are already a lot of external tools that use it:</div>
<div><br></div><div><a href="https://github.com/krasa/EclipseCodeFormatter" target="_blank">https://github.com/krasa/EclipseCodeFormatter</a></div></div></blockquote><div><br></div><div>I doubt that a JS weenie will use Eclipse/IDEA</div></div></div></div></blockquote><div><br></div><div>It's meant as an example you don't need the full eclipse IDE to use the formatting tool. It can be used standalone and it has a ton of options about where to put whitespace. We could also build our own javascript code formatter, but why not have something that works today. And I think even a javascript coder can execute a command line utility.</div><div><br></div><div>Just trying to be pragmatic&nbsp;</div><br></div><br></body></html>