Browse Source

basic offsets

master
Brett Langdon 9 years ago
parent
commit
1d4a806899
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      spacemacs

+ 2
- 0
spacemacs View File

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


Loading…
Cancel
Save