Replies: 1 comment
-
The short answer is no; see previous threads like #963. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to turn on and off formatter only on some line of code? something like:
#@Formatter:off
echo "Those lines are not formatted"
#@Formatter:on
echo "Now formatter has been enabled again"
Beta Was this translation helpful? Give feedback.
All reactions