Skip to content

Instantly share code, notes, and snippets.

@koteq
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koteq/9973243 to your computer and use it in GitHub Desktop.
Save koteq/9973243 to your computer and use it in GitHub Desktop.
phpstorm <?= spacing ?> regex
http://youtrack.jetbrains.com/issue/WI-17096
Ctrl + R
(<\?=?) ([^\s])|([^\s]) (\?>)
$1$2$3$4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment