antonj / scss-mode

Emacs mode for SCSS files (http://sass-lang.com)
200 stars 39 forks source link

is there a way to override the indent level? #12

Closed rounders closed 12 years ago

antonj commented 12 years ago

Yes, most of the scss-mode functionality is derived from css-mode. So setting (setq css-indent-offset 3) will change the indentation level.

rounders commented 12 years ago

thanks!