[clang-format] Do not break on JS fields like on goto labels (#76233)
This regressions was introduced in 70d7ea0c. The commit moved some code and correctly picked up an explicit check for not running on Verilog. However, the moved code also never ran for JavaScript and after the commit we run it there and this causes the wrong formatting of: ```js export type Params = Config&{ columns: Column[]; }; ``` into ```js export type Params = Config&{ columns: Column[]; }; ```
parent
48b91066
Please register or sign in to comment