We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ff4e0 commit 4546bc7Copy full SHA for 4546bc7
1 file changed
extensions/less/language-configuration.json
@@ -21,5 +21,9 @@
21
["(", ")"],
22
["\"", "\""],
23
["'", "'"]
24
- ]
+ ],
25
+ "indentationRules": {
26
+ "increaseIndentPattern": "(^.*\\{[^}]*$)",
27
+ "decreaseIndentPattern": "^\\s*\\}"
28
+ }
29
}
0 commit comments