TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
46 stars 8 forks source link

Configurable indent to two or four spaces #44

Closed junmiron closed 4 years ago

junmiron commented 4 years ago

Is your feature request related to a problem? Please describe. I always get an error with Sass Lint because the indent is four spaces and not two.

Describe the solution you'd like To be able to configure indent to be two or four spaces, for the automatic indent and formatter.

Describe alternatives you've considered I considered disabling the automatic indent and configuring the Linter to four spaces, but I really like the indent to be two spaces and I really like to have the automatic indent when I press enter.

Additional context NA.

TheRealSyler commented 4 years ago

you can already configure how many spaces you want, just use the vscode settings and the formatter will use the vscode settings.