tools/editorconfig: remove editorconfig-lisp-use-default-indent

This is now its default value upstream.
This commit is contained in:
Henrik Lissner 2019-12-14 01:15:59 -05:00
parent 87f6dab424
commit c088aaeb1b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -51,10 +51,5 @@ specified by editorconfig."
(gethash 'indent_size props)) (gethash 'indent_size props))
(setq doom-inhibit-indent-detection 'editorconfig)))) (setq doom-inhibit-indent-detection 'editorconfig))))
;; Editorconfig makes indentation too rigid in Lisp modes, so tell
;; editorconfig to ignore indentation there. The dynamic indentation support
;; built into Emacs is superior.
(setq editorconfig-lisp-use-default-indent t)
;; ;;
(editorconfig-mode +1)) (editorconfig-mode +1))