On Mon, 28 Oct 2024 16:30:36 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> I don't indent case labels inside of switch. Our typical code style is to indent. I don't have a strong preference, but I switched (pun intended) many years ago from not indenting to always indenting because: A) the IDEs (at least most of them) indent by default; B) most of the code in the JDK and JavaFX does. > I don't think we enforce one way or the other. No, we don't. Feel free to leave it as you have it. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1604#discussion_r1819676036