mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
auto merge of #6066 : djui/rust/patch-1, r=graydon
This commit is contained in:
commit
9ea32a380d
@ -23,7 +23,12 @@
|
||||
:require 'rust-mode
|
||||
:group 'rust-mode)
|
||||
|
||||
(defvar rust-indent-unit 4)
|
||||
(defcustom rust-indent-unit 4
|
||||
"Amount of offset per level of indentation"
|
||||
:type 'integer
|
||||
:require 'rust-mode
|
||||
:group 'rust-mode)
|
||||
|
||||
(defvar rust-syntax-table (let ((table (make-syntax-table)))
|
||||
(c-populate-syntax-table table)
|
||||
table))
|
||||
|
Loading…
Reference in New Issue
Block a user