you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 2 years ago

If you have a lot of semantic breakpoints (like the end of a concept) that don't line up with syntactic breakpoints (like the end of a method or expression body) your code probably needs to be refactored. If you don't, then automatic code formatting is probably all you need.

  • source
  • parent