;; Written by Erik Hansson, eriha172 ;; Linköping Univeristy ;; load this with the emacs file by using ;; (load-file "path/to/qt-indentation.el") (add-hook 'c++-mode-hook (lambda () (setq-default c-default-style "linux" tab-width 4 c-tab-always-indent nil indent-tabs-mode nil c-basic-offset 4)))