martes, 17 de abril de 2018

Configurar WordWrap en PhpStorm


Ir a Settings -> Editor -> General 

Soft Wraps
Habilitar Use Soft wraps in editor
Habilitar Use original line's ident for wrapped parts
Habilitar Show soft wrap indicators for current line only

No hay comentarios:

Publicar un comentario

Instalar MySQL Server en Fedora 42

Instalar MySQL Server en Fedora 42 sudo dnf install mysql8.4-server Habilitar e iniciar el servicio MySQL sudo systemctl enable mysqld sudo ...