did the indentation rules recently change? My clas...
# announcements
d
did the indentation rules recently change? My class headers used to format as
Copy code
class Foo
: Something
but now format as
Copy code
class Foo
    : Something
😞