aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 55b82b2380317893ab07d854cbe0e2fb03dbd5e2 (plain)
1
2
3
4
5
6
7
;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((compile-command . "make serve")))
 (js-base-mode . ((js-indent-level . 4)
                  (js-chain-indent . t)
                  (js-indent-first-init . dynamic))))