Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can controll the formatting with empty comments

eg, if you dont like

    const {a, b, c} = props;
you can do

    const {
      // 
      a, 
      b, 
      c
    } = props;


But please don’t.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: