File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 47dbcdc455f13578cd53953fd769acabaa8e6a28
2
+ refs/heads/master: 9ea32a380d84affbe979b91980f8179cee8925b9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
5
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
Original file line number Diff line number Diff line change 23
23
:require 'rust-mode
24
24
:group 'rust-mode )
25
25
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
+
27
32
(defvar rust-syntax-table (let ((table (make-syntax-table )))
28
33
(c-populate-syntax-table table)
29
34
table))
You can’t perform that action at this time.
0 commit comments