Probably with an option, but this could make the rightward drift better, e.g., ``` // desirable let a_long_name = match ... { a => ..., }; // undesirable let a_long_name = match ... { a => ..., }; ```