Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created December 2, 2012 17:13
Show Gist options
  • Save kentfredric/4189922 to your computer and use it in GitHub Desktop.
Save kentfredric/4189922 to your computer and use it in GitHub Desktop.
Key:
→ # a 1 space wide tab
─→ # a 2 space wide tab
──→ # a 3 space wide tab
· # a space
·· # 2 spaces
tabstop = 6 , shiftwidth = 6 , noexpandtab:
─────→
tabstop = 5 , shiftwidth = 6 , noexpandtab:
────→·
tabstop = 4 , shiftwidth = 6 , noexpandtab:
───→··
tabstop = 3 , shiftwidth = 6 , noexpandtab:
──→──→
tabstop = 2 , shiftwidth = 6 , noexpandtab:
─→─→─→
tabstop = 1 , shiftwidth = 6 , noexpandtab:
→→→→→→
tabstop = 5 , shiftwidth = 5 , noexpandtab:
────→
tabstop = 4 , shiftwidth = 5 , noexpandtab:
───→·
tabstop = 3 , shiftwidth = 5 , noexpandtab:
──→··
tabstop = 2 , shiftwidth = 5 , noexpandtab:
─→─→·
tabstop = 1 , shiftwidth = 5 , noexpandtab:
→→→→→
tabstop = 4 , shiftwidth = 4 , noexpandtab:
───→
tabstop = 3 , shiftwidth = 4 , noexpandtab:
──→·
tabstop = 2 , shiftwidth = 4 , noexpandtab:
─→─→
tabstop = 1 , shiftwidth = 4 , noexpandtab:
→→→→
tabstop = 3 , shiftwidth = 3 , noexpandtab:
──→
tabstop = 2 , shiftwidth = 3 , noexpandtab:
─→·
tabstop = 1 , shiftwidth = 3 , noexpandtab:
→→→
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment