By now, the indentation is made this way: ``` javascript for (var i in test) { alert('test'); } ``` I would like to do it like so: ``` javascript for (var i in test) { alert('test'); } ``` I don't find any customization variables in the plugin. How can I do?