el/dot-emacs.el: Indent CSS by a whole tab.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:30:04 +0000 (23:30 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:30:04 +0000 (23:30 +0000)
el/dot-emacs.el

index b6e4945..30ca029 100644 (file)
@@ -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.