antonj/scss-mode

is there a way to override the indent level?

rounders opened this issue · 2 comments

is there a way to override the indent level?

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

thanks!