Enable variable spacing Code :: Blocks

0

I love Code :: Blocks, but it has a problem, I wanted it to already spill the instructions as soon as I put the ';' same as Visual Studio. Ex:

for(int i=0;i<n;i++)'' >> ''for(int i = 0; i < n; i++)
    
asked by anonymous 31.07.2016 / 14:44

1 answer

1

Install the plugin AStyle . I believe he can do what he wants.

    
31.07.2016 / 15:53