Appearance
Default: Disabled
Source Code
Detects enumeration variants that are prefixed or suffixed by the same characters.
enum Cake { BlackForestCake, HummingbirdCake, BattenbergCake, }
Can be simplified to:
enum Cake { BlackForest, Hummingbird, Battenberg, }