diff options
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
