Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created August 12, 2014 15:36
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 c0ldlimit/9aeacdbd42269cf76a58 to your computer and use it in GitHub Desktop.
Save c0ldlimit/9aeacdbd42269cf76a58 to your computer and use it in GitHub Desktop.
Checking #python files for tab issues
# check if there are tab issues in python
python -m tabnanny yourfile.py
# in vim
:%retab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment