Skip to content

Instantly share code, notes, and snippets.

@heavenshell
Created June 20, 2011 09:26
Show Gist options
  • Save heavenshell/1035360 to your computer and use it in GitHub Desktop.
Save heavenshell/1035360 to your computer and use it in GitHub Desktop.
<?php
$foo = array(
'foo' => 'bar', 'bar' => 'baz',
'hogehoge' => 'fugafuga', 'fugafuga' => 'hogehoge'
);
:'<,'>Align =>
<?php
$foo = array(
'foo' => 'bar', 'bar' => 'baz',
'hogehoge' => 'fugafuga', 'fugafuga' => 'hogehoge'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment