New Line Identation
已回答
I've been fiddling with the indents tab and been unable to figure this out. I'm currently using Intellij IDEA with Illuminated Cloud. When I need to break a function into multiple lines tt starts the next line 7 spaces indented. i'm trying to have it only indent at 4 spaces.
Example:
function(a, b, c);
should become:
function (
a, b, c
);
Anyone know where I can make that change?
请先登录再写评论。
Does the plug-in have its own indentation settings in the code style? If it still doesn't work, you may want to contact Illuminated Cloud support for help.
Thank you Serge, I'll reach out to the plugin's support forum