Author Topic: Unable to put space after open the curly braces  (Read 16302 times)

Sergiu

  • Guest
Unable to put space after open the curly braces
« on: October 10, 2014, 04:45:55 pm »
Hello, is the first time when i use codeblocks and i have a problem.
When ai write a code and i open curly braces he don't put space in the next line.
My english is a little bad, to understand i put an example:
When i write he doesn't put space befor int a:
int main() {
int a; (here is not ok)
}
I want him to put space after i open curly braces befor int a;
int main() {
       int a;
}
« Last Edit: October 10, 2014, 04:49:12 pm by Sergiu »

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: Unable to put space after open the curly braces
« Reply #1 on: October 10, 2014, 07:38:53 pm »
Open the Settings menu, select Editor, select General settings and enable the "Auto indent" feature under the Indent Options heading.