How to change Eclipse indentation style for automatically generated code?
- by AndrejaKo
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
}