Skip to content

Instantly share code, notes, and snippets.

@zachriggle
Created September 14, 2011 15:36
Embed
What would you like to do?
Tabs and Spaces
# Leading Tabs, align with tabs
print "Hello" # Comment
print "Hello, world" # Comment
# Leading tabs, align with space
print "Hello" # Comment
print "Hello, world" # Comment
# Only spaces
print "Hello" # Comment
print "Hello, world" # Com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment