Skip to content

Instantly share code, notes, and snippets.

@C0deH4cker
Created December 31, 2012 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C0deH4cker/60088a8513acaa99fd59 to your computer and use it in GitHub Desktop.
Save C0deH4cker/60088a8513acaa99fd59 to your computer and use it in GitHub Desktop.
Spaces To Tabs
import console
from Macros import spaces_to_tabs
spaces_to_tabs(int(console.input_alert('Spaces To Tabs', 'How many spaces are in each indentation level?', '4', 'Replace')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment