changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / .dir-locals.el

changeset 560: b9c64be96888
parent: 95b861dff3d8
child: 6856c021d084
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 26 Jul 2024 23:12:33 -0400
permissions: -rw-r--r--
description: make cli/clap more dynamic
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))))