blue
blue copied to clipboard
Add a way to skip formatting a single statement
The idea is to add a # fmt: skip comment hanging at the end of a line and that would skip reformatting that statement. It avoids the need to wrap the line in fmt: on/fmt: off boundaries.
How about just reuse the existing # fmt: off but have it apply only to current line when hanging on the end of the line?