Disable automatic line wrapping while indenting code in PhpStorm

0

I need to remove the automatic line break when indenting the code in PhpStorm.

To be more summarized, remove this line for the code to go to the end and not break the line.

    
asked by anonymous 04.04.2018 / 13:25

1 answer

1

I found this, if you follow the steps below you can disable ...

  

Enable line wrapping When the line is too long,   we want it to split automatically into several rows (from   according to the size of the editor screen).

     

Procedure

     

File > Settings > Editor > General > Soft Wraps > enable checkbox:   'Use soft wraps in editor'

    
04.04.2018 / 13:39