We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624e4dc commit 0696132Copy full SHA for 0696132
indent-control.el
@@ -76,7 +76,7 @@
76
(objc-mode . 4)
77
(python-mode . 4)
78
(rjsx-mode . 2)
79
- (ruby-mode . 4)
+ (ruby-mode . 2)
80
(rust-mode . 4)
81
(scss-mode . 2)
82
(shader-mode . 4)
@@ -228,7 +228,7 @@
228
(message "[WARNING] Indentation level record not found: %s" mn)))))
229
230
(defun indent-control--get-indent-level-record-by-mode (&optional mn)
231
- "Get the tab width record by mode name, MN."
+ "Get the tab width record by mode name MN."
232
(unless mn (setq mn major-mode))
233
(let ((index 0) (len (length indent-control-records)) break-it
234
;; Have default to `tab-width'.
0 commit comments