summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-29 12:34:37 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-10-29 12:34:37 +0000
commitf12867ea9f3354e5d7019f5c609faf2e5a922dea (patch)
treea164e51ffcf9aeaa69f1564de5d51c154400070b
parent4b990d78643888fd6fc4dceacc6ac3686483c1db (diff)
downloadgentoo-utils-f12867ea9f3354e5d7019f5c609faf2e5a922dea.tar.gz
use rustfmt 2024 in dir-locals.el
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 50970c5..be0d841 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,5 @@
((rust-ts-mode . ((fmt-executable . "rustfmt")
- (fmt-args . ("--edition=2021"))
+ (fmt-args . ("--edition=2024"))
(eval . (eglot-ensure))
(eval . (company-mode 1))
(eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t))