New Line Identation

Answered

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?

0
2 comments

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.

0
Avatar
Permanently deleted user

Thank you Serge, I'll reach out to the plugin's support forum

0

Please sign in to leave a comment.