Answer the question
In order to leave comments, you need to log in
How to cancel hyphens when formatting code (not hyphens on the screen)?
I did not include code wrapping, but if you format html using Ctrl + Alt + L, then the markup is transferred taking into account the page width: along the right border - it's like 120 characters.
Is there any way to cancel?
Example:
was
<span class="flag-icon flag-icon-<?= $user->country_code ?>"></span> <span class="text-warning"><?= $user->login ?></span><br>
<span class="flag-icon flag-icon-<?= $user->country_code ?>"></span> <span
class="text-warning"><?= $user->login ?></span><br>
Answer the question
In order to leave comments, you need to log in
In the codestyle settings. file | settings | editor | Code Style
You can define the Hard wrap at option for all languages or for specific ones.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question