Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created April 5, 2012 15:24
Show Gist options
  • Save mkrueger/2311936 to your computer and use it in GitHub Desktop.
Save mkrueger/2311936 to your computer and use it in GitHub Desktop.
input:
---------------------------
class Foo
{
class Bar
{
override foo
}
public Foo ()
{
}
}
output:
---------------------------
class Foo
{
class Bar
{
}
override public Foo ()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment