Author Topic: Automatic new line if i put bracket after method  (Read 4001 times)

Offline xorgx3

  • Single posting newcomer
  • *
  • Posts: 2
Automatic new line if i put bracket after method
« 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.