summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Moreau <nathan.moreau@m4x.org>2020-04-12 17:40:29 +0200
committerNathan Moreau <nathan.moreau@m4x.org>2020-04-14 22:52:08 +0200
commit2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a (patch)
tree203b466bf53f25f8ee86f4e6a9c7c7c2f016690c
parent888f3de9922ff648dfb0a464ff8587e76bd0369a (diff)
downloadrust-mode-2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a.tar.gz
rust-format-show-buffer: default to true.
Otherwise it might not be clear what the problem is, in case of whitespace issues.
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 154978b..b6ef25b 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -198,7 +198,7 @@ to the function arguments. When nil, `->' will be indented one level."
:safe #'booleanp
:group 'rust-mode)
-(defcustom rust-format-show-buffer nil
+(defcustom rust-format-show-buffer t
"Show *rustfmt* buffer if formatting detected problems."
:type 'boolean
:safe #'booleanp