From 0b147618d5778644dfc0aa607658a1ccac60d76b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 23 May 2014 11:12:58 +0100 Subject: [PATCH] Set PHP to use 4 space wide soft-tabs --- mode-customizations/php-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode-customizations/php-mode.el b/mode-customizations/php-mode.el index caeb0bb..4b7dfff 100644 --- a/mode-customizations/php-mode.el +++ b/mode-customizations/php-mode.el @@ -9,7 +9,7 @@ (auto-complete-mode) (subword-mode) (setq php-basic-offset 2) - (setq tab-width 2) + (setq tab-width 4) (setq highlight-indentation-offset 2) (highlight-indentation-mode) (highlight-indentation-current-column-mode))