Skip to content

Commit f34b2cb

Browse files
committed
---
yaml --- r: 55860 b: refs/heads/master c: 9ea32a3 h: refs/heads/master v: v3
1 parent f36ab56 commit f34b2cb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 47dbcdc455f13578cd53953fd769acabaa8e6a28
2+
refs/heads/master: 9ea32a380d84affbe979b91980f8179cee8925b9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/etc/emacs/rust-mode.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
:require 'rust-mode
2424
:group 'rust-mode)
2525

26-
(defvar rust-indent-unit 4)
26+
(defcustom rust-indent-unit 4
27+
"Amount of offset per level of indentation"
28+
:type 'integer
29+
:require 'rust-mode
30+
:group 'rust-mode)
31+
2732
(defvar rust-syntax-table (let ((table (make-syntax-table)))
2833
(c-populate-syntax-table table)
2934
table))

0 commit comments

Comments
 (0)