Skip to content

Commit 4546bc7

Browse files
committed
Indent Rules for Less
1 parent 77ff4e0 commit 4546bc7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

extensions/less/language-configuration.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
["(", ")"],
2222
["\"", "\""],
2323
["'", "'"]
24-
]
24+
],
25+
"indentationRules": {
26+
"increaseIndentPattern": "(^.*\\{[^}]*$)",
27+
"decreaseIndentPattern": "^\\s*\\}"
28+
}
2529
}

0 commit comments

Comments
 (0)