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 12b102b commit eb08986Copy full SHA for eb08986
php-mode.el
@@ -1161,7 +1161,7 @@ After setting the stylevars run hooks according to STYLENAME
1161
(lambda (s) (string-match-p "global" (symbol-name s)))
1162
minor-mode-list))
1163
(message "variables: %s"
1164
- (cl-loop for v in '(tab-width)
+ (cl-loop for v in '(indent-tabs-mode tab-width)
1165
collect (list v (symbol-value v))))
1166
(message "custom variables: %s"
1167
(cl-loop for (v type) in (custom-group-members 'php nil)
0 commit comments