Good evening!

I'm using QtCreator 3.4.0 and i would like to place all open braces in the same line as the method signature ("K&R style"). I found in Google some threads about this, but they are all very old, two years or more and no one could told exactly what to do, even here i could not find an answer.
I tried in "Tools->Options->C++->Edit" but there are no options for what i want to do!

Example of what i want:
Qt Code:
  1. void method( ) {
  2. if(...) {
  3. //...
  4. }
  5. }
To copy to clipboard, switch view to plain text mode 

How can i do that?