changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / .dir-locals.el

changeset 383: db2922748364
parent: 2a4f11c0e8c8
child: 95b861dff3d8
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 23:50:43 -0400
permissions: -rw-r--r--
description: add rust/web/alik
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  (makefile-mode . ((indent-tabs-mode . t)))
7  (slint-mode . ((slint-indent-level . 2))))