summaryrefslogtreecommitdiff
path: root/tools/support/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/support/config.json')
-rw-r--r--tools/support/config.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/tools/support/config.json b/tools/support/config.json
index 7ad0f437..0f40bcc7 100644
--- a/tools/support/config.json
+++ b/tools/support/config.json
@@ -1,29 +1,29 @@
{
- "comments": {
- "lineComment": "//",
- "blockComment": ["/*", "*/"]
- },
- "brackets": [
- ["[", "]"],
- ["{", "}"],
- ["(", ")"]
- ],
- "autoClosingPairs": [
- { "open": "[", "close": "]" },
- { "open": "{", "close": "}" },
- { "open": "(", "close": ")" },
- { "open": "\"", "close": "\"", "notIn": ["string"] },
- { "open": "$", "close": "$", "notIn": ["string"] }
- ],
- "autoCloseBefore": "$ \n\t",
- "surroundingPairs": [
- ["[", "]"],
- ["{", "}"],
- ["(", ")"],
- ["\"", "\""],
- ["*", "*"],
- ["_", "_"],
- ["`", "`"],
- ["$", "$"]
- ]
+ "comments": {
+ "lineComment": "//",
+ "blockComment": ["/*", "*/"]
+ },
+ "brackets": [
+ ["[", "]"],
+ ["{", "}"],
+ ["(", ")"]
+ ],
+ "autoClosingPairs": [
+ { "open": "[", "close": "]" },
+ { "open": "{", "close": "}" },
+ { "open": "(", "close": ")" },
+ { "open": "\"", "close": "\"", "notIn": ["string"] },
+ { "open": "$", "close": "$", "notIn": ["string"] }
+ ],
+ "autoCloseBefore": "$ \n\t",
+ "surroundingPairs": [
+ ["[", "]"],
+ ["{", "}"],
+ ["(", ")"],
+ ["\"", "\""],
+ ["*", "*"],
+ ["_", "_"],
+ ["`", "`"],
+ ["$", "$"]
+ ]
}