blob: 058923b6ede847f4b37c1295afb7c09a7f5e02fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "make serve")
;; https://rust-analyzer.github.io/book/configuration.html
(eglot-workspace-configuration
. (:rust-analyzer ( :typing (:triggerChars ".=()<>"))))))
(js-base-mode . ((js-indent-level . 4)
(js-chain-indent . t)
(js-indent-first-init . dynamic))))
|