Enable variable spacing Code::Blocks

Asked

Viewed 75 times

0

I love Code::Blocks, only that there is a problem, I wanted it to already space 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++)
  • Did the answer solve what you were looking to know? Do you think you can accept it now? If not, you need something else to be improved?

1 answer

1

Install the plugin Astyle. I believe that he solves what he wants.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.