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.
css-indent-offset' to
1 parent 8947650 commit 469ff86Copy full SHA for 469ff86
drupal-mode.el
@@ -238,10 +238,10 @@ function arguments.")
238
;; Handle line ending and trailing white space.
239
(add-hook 'before-save-hook #'drupal-convert-line-ending nil t)
240
241
- ;; Stuff sppecial for css-mode buffers.
+ ;; Stuff special for css-mode buffers.
242
(when (apply 'derived-mode-p drupal-css-modes)
243
(when (derived-mode-p 'css-mode)
244
- (set (make-local-variable 'css-indent-offset) 2)))
+ (set (make-local-variable 'css-indent-level) 2)))
245
246
;; Stuff special for php-mode buffers.
247
(when (apply 'derived-mode-p drupal-php-modes)
0 commit comments