Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check indentation #7

Closed
larshp opened this issue Sep 16, 2014 · 1 comment
Closed

Check indentation #7

larshp opened this issue Sep 16, 2014 · 1 comment

Comments

@larshp
Copy link
Owner

larshp commented Sep 16, 2014

eg.

IF foo = bar
    AND moo = boo.
    MOVE ...

IF foo = bar
AND moo = boo.
    MOVE ...

IF foo = bar
            AND moo = boo.
    MOVE ...

  IF foo = bar
AND moo = boo.
@larshp
Copy link
Owner Author

larshp commented Nov 8, 2014

@larshp larshp closed this as completed in 55c5682 Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant