Kevin Hardman

Results 1 comments of Kevin Hardman

I'd still like the original "indentation_width warning on multiple cases of switch-case" addressed to allow: ``` case .value1, .value2: ``` And not demand: ``` case .value1, .value2: ``` In the...