Set tab-width in sh-mode

This commit is contained in:
2015-06-23 00:42:35 +01:00
parent 8e949bddc9
commit b7eaff30cd

View File

@@ -15,6 +15,7 @@
(subword-mode)
(setq sh-basic-offset 2)
(setq sh-indentation 2)
(setq tab-width 2)
(setq highlight-indentation-offset 2)
(setq whitespace-action (quote (auto-cleanup)))
(highlight-indentation-mode)