summaryrefslogtreecommitdiffstats
path: root/Help/manual/presets/example.json
diff options
context:
space:
mode:
Diffstat (limited to 'Help/manual/presets/example.json')
-rw-r--r--Help/manual/presets/example.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/Help/manual/presets/example.json b/Help/manual/presets/example.json
index a299a06..c68fa22 100644
--- a/Help/manual/presets/example.json
+++ b/Help/manual/presets/example.json
@@ -17,7 +17,17 @@
"type": "BOOL",
"value": "OFF"
}
+ },
+ "vendor": {
+ "example.com/ExampleIDE/1.0": {
+ "autoFormat": true
+ }
}
}
- ]
+ ],
+ "vendor": {
+ "example.com/ExampleIDE/1.0": {
+ "autoFormat": false
+ }
+ }
}