Change tab display width

M-x set-variable
Set variable: tab-width

This change the display width.

To change it permenantly, try (not verified):

(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)