How to change Eclipse indentation style for automatically generated code?

Posted by AndrejaKo on Stack Overflow See other posts from Stack Overflow or by AndrejaKo
Published on 2010-05-23T12:52:26Z Indexed on 2010/05/23 13:01 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

Is there any way to change indentation style for automatically generated code in Eclipse? I'd like to change from

class Test {
blah blah
}

to

  class Test 
  {
  blah blah
  }

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about style