We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bab83a commit 1aa00f5Copy full SHA for 1aa00f5
1 file changed
extensions/yaml/language-configuration.json
@@ -23,5 +23,9 @@
23
],
24
"folding": {
25
"offSide": true
26
+ },
27
+ "indentationRules": {
28
+ "increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
29
+ "decreaseIndentPattern": "^\\s+\\}$"
30
}
-}
31
+}
0 commit comments