diff --git a/spacemacs b/spacemacs index ebba09c..8786172 100644 --- a/spacemacs +++ b/spacemacs @@ -312,6 +312,8 @@ before packages are loaded. If you are unsure, you should try in setting them in (setq backup-inhibited t) (setq vc-follow-symlinks t) (setq js-indent-level 2) + (setq sh-basic-offset 2) + (setq c-basic-offset 2) (setq gofmt-command "goimports") (prefer-coding-system 'utf-8) (define-globalized-minor-mode global-fci-mode fci-mode (lambda () (fci-mode 1)))