From: Mark Wooding Date: Thu, 27 Jan 2022 23:30:04 +0000 (+0000) Subject: el/dot-emacs.el: Indent CSS by a whole tab. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9d681d749bce14c114984b6e0209f962050f51ea el/dot-emacs.el: Indent CSS by a whole tab. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index b6e4945..30ca029 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -4228,7 +4228,7 @@ strip numbers instead." ;;;-------------------------------------------------------------------------- ;;; HTML, CSS, and other web foolishness. -(setq-default css-indent-offset 2) +(setq-default css-indent-offset 8) ;;;-------------------------------------------------------------------------- ;;; SGML hacking.