change to 4-space indents everywhere

This commit is contained in:
Niko Matsakis 2012-08-27 11:54:22 -07:00
parent a831726b94
commit 785c524d3e

View File

@ -271,8 +271,7 @@
(setf cx parent parent (caddr (rust-state-context st))))
(let* ((tp (rust-context-type cx))
(closing (eq tp (char-after)))
(unit (if (member (rust-context-info cx) '(alt-inner alt-outer))
(/ rust-indent-unit 2) rust-indent-unit))
(unit rust-indent-unit)
(base (if (and (eq tp 'statement) parent (rust-context-align parent))
(rust-context-column parent) (rust-context-indent cx))))
(cond ((eq tp 'comment) base)