User forums > Help
Configuring indentation
(1/1)
GodOfProgramming:
Hi.
After typing opening brace at the end of line and pressing enter I want to achieve this result:
--- Code: ---int main() {
|
}
--- End code ---
But what I get is this:
--- Code: ---int main() {
|}
--- End code ---
where | is text cursor.
My question is how can I configure C::B to get first result? Also it works perfectly fine with if statements and loops.
Navigation
[0] Message Index
Go to full version