Having this class
public class ABC|
{
}
and pressing enter cause
public class ABC
{
}
But I don't want any extends/implements to be indented. It should be like
public class ABC
{
}
As I could not find an extra option for this, I assumed "Braces Placement/Class declaration"="Next line" will do it. But obvisously it's not covered.