Skip to content

Instantly share code, notes, and snippets.

@jmoren
Created June 18, 2015 15:07
Show Gist options
  • Select an option

  • Save jmoren/1ec59e75fd90c520dd82 to your computer and use it in GitHub Desktop.

Select an option

Save jmoren/1ec59e75fd90c520dd82 to your computer and use it in GitHub Desktop.
formatter.ini
NEW_LINE_FOR_BRACKET=0
SPACES_BEFORE_OPEN_BRACKET=5
SPACING=10
Mismo programa
Resultado:
program
{
a := true;
if(a) then
{
Poner(Verde);
}
repeat(2)
{
Poner(Azul);
Mover(Norte);
if(a) then
{
Poner(Negro);
} else
{
Poner(Rojo);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment