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