Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Unable to put space after open the curly braces

(1/1)

Sergiu:
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;
}

raynebc:
Open the Settings menu, select Editor, select General settings and enable the "Auto indent" feature under the Indent Options heading.

Navigation

[0] Message Index

Go to full version