Confairmed

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
  • Confairmed created a post,

    force if statement in two lines

    Hey,I'm looking for the exact opposite of this request in typescript. I would like to force if statments without braces to have the statement in a new line.Code is:if(something) return 0;Code shoul...