Skip to content

Commit 6be61a2

Browse files
TewanStefanH-AT
authored andcommitted
Add auto indentation rules to all keyvalue languages
1 parent 705a458 commit 6be61a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lang-config-kv3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
["(", ")"],
2121
["\"", "\""],
2222
["'", "'"]
23-
]
23+
],
24+
"indentationRules": {
25+
"increaseIndentPattern": "\\{",
26+
"decreaseIndentPattern": "\\}"
27+
}
2428
}

0 commit comments

Comments
 (0)