Indent Rules for Less

This commit is contained in:
rebornix 2017-07-26 11:31:17 -07:00
parent 77ff4e0870
commit 4546bc7ebb

View file

@ -21,5 +21,9 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
],
"indentationRules": {
"increaseIndentPattern": "(^.*\\{[^}]*$)",
"decreaseIndentPattern": "^\\s*\\}"
}
}