spaces

Emacs spaces instead of tabs

Blog

Into the ~/.emacs file:

;; spaces instead of tabs
(setq-default indent-tabs-mode nil)