Skip to content

Commit 785c524

Browse files
committed
change to 4-space indents everywhere
1 parent a831726 commit 785c524

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@
271271
(setf cx parent parent (caddr (rust-state-context st))))
272272
(let* ((tp (rust-context-type cx))
273273
(closing (eq tp (char-after)))
274-
(unit (if (member (rust-context-info cx) '(alt-inner alt-outer))
275-
(/ rust-indent-unit 2) rust-indent-unit))
274+
(unit rust-indent-unit)
276275
(base (if (and (eq tp 'statement) parent (rust-context-align parent))
277276
(rust-context-column parent) (rust-context-indent cx))))
278277
(cond ((eq tp 'comment) base)

0 commit comments

Comments
 (0)