As part of our build the code is minimised I'm currently debugging some js and constantly have to click the pretty print button in chrome dev tools. Is there a way to permanently enable pretty printing in chrome dev tools ?
No it is not possible yet. The way that I do is that I manage it through the build process to not minify the CSS and JS.