Hi, with the following code : ``` function f() { const r = /foo.*/; console.log(r); } ``` If you run `gg=G` to reindent the full file, you will get : ``` function f() { const r = /foo.*/; console.log(r); } ``` which is obviously not expected
Hi,
with the following code :
If you run
gg=Gto reindent the full file, you will get :which is obviously not expected