Remove :editorconfig setting

This commit is contained in:
Henrik Lissner 2017-12-08 22:38:49 -05:00
parent 9d81bc5a8b
commit f063a08891
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 9 additions and 19 deletions

View file

@ -15,8 +15,8 @@
(set! :electric 'js2-mode :chars '(?\} ?\) ?.))
(set! :jump 'js2-mode :xref-backend #'xref-js2-xref-backend)
;; Conform switch-case indentation to editorconfig's config
(set! :editorconfig :add '(js2-mode js2-basic-offset js-switch-indent-offset))
;; Conform switch-case indentation to js2 normal indent
(defvaralias 'js-switch-indent-offset 'js2-basic-offset)
(sp-with-modes '(js2-mode rjsx-mode)
(sp-local-pair "/* " " */" :post-handlers '(("| " "SPC"))))