Custom Code Indent Start & End

Hey,

maybe im missing something but is there a way to set a custom start/end to my indent.

What I have:

<?php bla_start() ?>
Some Text
<?php bla_end() ?>


What I want (after I reformat the code with shortcut):

<?php bla_start() ?>
/*TAB*/Some Text
<?php bla_end() ?>

So basically I want so set a custom start to "bla_start()" and the end to "bla_end()".

Is there a way to do such a thing?

 

0

Maybe I'm also missing something, but won't hitting Tab before "Some Text" help there?

0
Avatar
Permanently deleted user

Sorry, i want it to happen automatically after I press Ctrl+Alt+L

0

Unfortunately, there is no such option for reformat operation. 

Probably, there is another way to achieve the goal. Could you please tell us more about the use case scenario?

0

请先登录再写评论。