changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / .dir-locals.el

changeset 651: af486e0a40c9
parent: 95b861dff3d8
child: 6856c021d084
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 14 Sep 2024 22:13:06 -0400
permissions: -rw-r--r--
description: multi-binaries, working on removing x.lisp
1 ((nil . ((indent-tabs-mode . nil)))
2  (rust-mode . ((eglot-workspace-configuration
3  . (:rust-analyzer (:cargo (:buildScripts (:enable t) (:features "all")))))))
4  (nushell-mode . ((nushell-indent-offset . 2)))
5  (nushell-ts-mode . ((nushell-indent-offset . 2)))
6  (sh-mode . (sh-indentation . 2))
7  (makefile-mode . ((indent-tabs-mode . t)))
8  (slint-mode . ((slint-indent-level . 2))))