changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / .dir-locals.el

changeset 358: ee8a3a0c57b8
parent: 2a4f11c0e8c8
child: 95b861dff3d8
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 22 May 2024 18:19:23 -0400
permissions: -rw-r--r--
description: add smart-buffer, finish porting of FAST-HTTP
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))))