From 1d4a80689962543a12d54110416d8fd06271ca09 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 2 Feb 2017 09:31:54 -0500 Subject: [PATCH] basic offsets --- spacemacs | 2 ++ 1 file changed, 2 insertions(+) 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)))