Skip to content

Commit

Permalink
Set the correct option for indenting JS code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bira committed Jun 11, 2016
1 parent 0f77b33 commit 1685a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personal/bira.el
Expand Up @@ -25,7 +25,7 @@
(define-key global-map [home] 'beginning-of-line)
(define-key global-map [end] 'end-of-line)
(setq-default fill-column 80)
(setq js-indent-level 2)
(setq js2-basic-offset 2)
(setq require-final-newline t)
(provide 'bira)
;;; bira.el ends here

0 comments on commit 1685a44

Please sign in to comment.