We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9c75 commit f1ba590Copy full SHA for f1ba590
languages.toml
@@ -422,6 +422,8 @@ injection-regex = "css"
422
file-types = ["css", "scss"]
423
roots = []
424
language-server = { command = "vscode-css-language-server", args = ["--stdio"] }
425
+auto-format = true
426
+config = { "provideFormatter" = true }
427
indent = { tab-width = 2, unit = " " }
428
429
[[grammar]]
@@ -435,6 +437,8 @@ injection-regex = "scss"
435
437
file-types = ["scss"]
436
438
439
440
441
442
443
444
0 commit comments