diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-29 12:34:37 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-29 12:34:37 +0000 |
| commit | f12867ea9f3354e5d7019f5c609faf2e5a922dea (patch) | |
| tree | a164e51ffcf9aeaa69f1564de5d51c154400070b | |
| parent | 4b990d78643888fd6fc4dceacc6ac3686483c1db (diff) | |
| download | gentoo-utils-f12867ea9f3354e5d7019f5c609faf2e5a922dea.tar.gz | |
use rustfmt 2024 in dir-locals.el
| -rw-r--r-- | .dir-locals.el | 2 |
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)) |
