Browse Source

set js indent level to 2

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

+ 1
- 0
spacemacs View File

@ -305,6 +305,7 @@ 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 gofmt-command "goimports") (setq gofmt-command "goimports")
(setq js-indent-level 2)
(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