JavaScript - var indentation
In the later releases of RubyMine I notice the following with vars that fall onto multiple lines:
var
foo,
bar;
Instead of:
var
foo,
bar;
My linter is freaking out about the indentation - and I can't see anywhere within the 'Code Style' options to change this. Is there a way to get that back to a reasonable indent?
Thanks
请先登录再写评论。
Hello Phil,
Please configure indentation used for JavaScript at File | Settings | Code Style | General | Javascript tab
Regards,
Oleg