From 9d681d749bce14c114984b6e0209f962050f51ea Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 27 Jan 2022 23:30:04 +0000 Subject: [PATCH] el/dot-emacs.el: Indent CSS by a whole tab. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0