diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-16 14:29:56 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-16 14:30:08 -0400 |
| commit | 5da918119bb2e352f10060a36d9c7e580fa8695e (patch) | |
| tree | 6abe1265203a4d2d41cbe91016b6f6338e913e3b /.dir-locals.el | |
| parent | 6817184113c38dc394f44681e956e5f7bb9bf2a1 (diff) | |
| download | pnit-5da918119bb2e352f10060a36d9c7e580fa8695e.tar.gz pnit-5da918119bb2e352f10060a36d9c7e580fa8695e.zip | |
prep for js version
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..55b82b2 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,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)))) |
