Priority
Major
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
Code Cleanup 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Valentin Kipiatkov
    3 years ago (01 Feb 2007 15:11)
  • Updated by Valentin Kipiatkov
    2 years ago (10 Jul 2007 19:32)
  • Jira: RSRP-35112
    (history, comments)

RSRP-35112

Open brace is placed incorrectly when "Empty braces layout" is "Together on the same line"

0
Set "Empty braces layout" to "Together on the same line".

  class A : SomeInterface
  {
  }


Implement methods via quickfix. Result is:

  class A : SomeInterface {
     public void Foo()
     {
        ...
     }
  }



Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments