How do I set Tab stops in VI?

To change tab stops in vi, just do the following in vi:

:set ts=3


Sets Tabs to 3 spaces.  This is useful for indenting when programming, to keep spacing to a viewable amount.