From 216faf2a7372a252a7e2190c9a7474dcab71e93a Mon Sep 17 00:00:00 2001 From: Sebastien Chapuis Date: Sat, 6 Jan 2018 00:39:47 +0100 Subject: Do not indent where clause by default (follow standard) #257 --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') diff --git a/rust-mode.el b/rust-mode.el index 6193ebe..4fc1783 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -121,7 +121,7 @@ :group 'rust-mode :safe #'booleanp) -(defcustom rust-indent-where-clause t +(defcustom rust-indent-where-clause nil "Indent the line starting with the where keyword following a function or trait. When nil, where will be aligned with fn or trait." :type 'boolean -- cgit v1.2.3