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
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