summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/settings/context-settings-json.json
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/vscode/extensions/context/settings/context-settings-json.json')
-rw-r--r--context/data/vscode/extensions/context/settings/context-settings-json.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/context/data/vscode/extensions/context/settings/context-settings-json.json b/context/data/vscode/extensions/context/settings/context-settings-json.json
new file mode 100644
index 000000000..73f189132
--- /dev/null
+++ b/context/data/vscode/extensions/context/settings/context-settings-json.json
@@ -0,0 +1,14 @@
+{
+ "autoClosingPairs" : [
+ [ "{", "}" ],
+ [ "[", "]" ]
+ ],
+ "brackets" : [
+ [ "{", "}" ],
+ [ "[", "]" ]
+ ],,
+ "surroundingPairs" : [
+ [ "{", "}" ],
+ [ "[", "]" ]
+ ]
+} \ No newline at end of file