lang/rust: rust-indent-method-chain = t
This commit is contained in:
parent
75cb7a3f0b
commit
4dd6bcdc5f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
(def-package! rust-mode
|
(def-package! rust-mode
|
||||||
:mode "\\.rs$"
|
:mode "\\.rs$"
|
||||||
:config
|
:config
|
||||||
|
(setq rust-indent-method-chain t)
|
||||||
(def-menu! +rust/build-menu
|
(def-menu! +rust/build-menu
|
||||||
"TODO"
|
"TODO"
|
||||||
'(("run" :exec "cargo run" :cwd t :when (+rust-cargo-project-p))
|
'(("run" :exec "cargo run" :cwd t :when (+rust-cargo-project-p))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue