[clang-format] Fix non-case colons in Verilog case lines
Back in D128714, we should have replaced the old rule about colons when we added the new one. Because we didn't, all colons got mistaken as case colons as long as the line began with `case` or `default`. Now we remove the rule that we forgot to remove. Reviewed By: MyDeveloperDay, rymiel Differential Revision: https://reviews.llvm.org/D145888
Loading
Please register or sign in to comment