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
}
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
}
If you do change the format of the brace, all new class will be generated according to that new format: