On Monday, 22 October 2018 at 17:50:04 UTC, Rainer Schuetze wrote: >> * Indenting for enum members is sometimes too much. > > Can you provide an example? To reproduced this, try declaring an unnamed enum with a protection attribute. private enum { first, | <- cursor is not flush with first member }