diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -76,7 +76,8 @@ | |||
| 76 | ;; Programming section | 76 | ;; Programming section |
| 77 | 77 | ||
| 78 | ;; Indentation | 78 | ;; Indentation |
| 79 | (setq-default c-basic-offset 4 tab-width 4 indent-tabs-mode nil) | 79 | (setq-default c-basic-offset 4 tab-width 4 js-indent-level 4 indent-tabs-mode nil sgml-basic-offset 4) |
| 80 | ;;(setq-default c-basic-offset 4 tab-width 4 indent-tabs-mode nil) | ||
| 80 | ;;(setq-default c-basic-offset 4 tab-width 4) | 81 | ;;(setq-default c-basic-offset 4 tab-width 4) |
| 81 | 82 | ||
| 82 | ;; Default coding style | 83 | ;; Default coding style |
