Skip to content

Instantly share code, notes, and snippets.

View matyo91's full-sized avatar

Mathieu Ledru matyo91

View GitHub Profile
@matyo91
matyo91 / phpstorm-autoformat.md
Last active December 12, 2017 13:44 — forked from pgrimaud/phpstorm-autoformat.md
Autoformat assignments and equals on PHP Storm

Autoformat code : Cmd + Alt + L

##For equals :

Settings -> Editor -> Code Style -> PHP -> Wrapping and Braces -> Align consecutive assignments

This will replace

$toto = 'test';