Skip to content

Instantly share code, notes, and snippets.

@ktoso
Created November 21, 2010 18:20
Show Gist options
  • Save ktoso/708982 to your computer and use it in GitHub Desktop.
Save ktoso/708982 to your computer and use it in GitHub Desktop.
the source file we want to format
/* located in: project/src/main/Main.java */
package example;
import pl.xsolve.example.*;
class MyClazz{
public static void
doStuff(Stuff stuff)
{
for(int i=0;i<15;i++)
{
ekhem();
}
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment