Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: xorgx3 on March 26, 2014, 05:09:56 pm

Title: Automatic new line if i put bracket after method
Post by: xorgx3 on March 26, 2014, 05:09:56 pm
Hi,

I have a problem. I want to obtain java code - style when I programming in C++;
For example: if i wrote
Code
int foo(){
i want to automatic new line and second bracket(it not working only for method, but working conditional statements and loops.

I hope we know what I want and help me.