Sublime Forum

Can I set the indent like Whitesmiths style?

#1

Can I set the indent to make the code style like this:

void test 
    (
    int i
    )
    {
    i = 0;
    /* ............ */
    }

In vim I can set “cinoptions={8,8s,t0,n-2,p2s,(03s,=.5s,>1s,=1s,:1s” to do that.
Please help.
Thanks

0 Likes

#2

It’s been asked for many times but unfortunately I don’t think it’s a priority.

0 Likes