lang/rust: rust-indent-method-chain = t

This commit is contained in:
Henrik Lissner 2018-03-05 13:43:20 -05:00
parent 75cb7a3f0b
commit 4dd6bcdc5f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,6 +7,7 @@
(def-package! rust-mode
:mode "\\.rs$"
:config
(setq rust-indent-method-chain t)
(def-menu! +rust/build-menu
"TODO"
'(("run" :exec "cargo run" :cwd t :when (+rust-cargo-project-p))