diff options
Diffstat (limited to 'Help/manual/presets/example.json')
-rw-r--r-- | Help/manual/presets/example.json | 12 |
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 + } + } } |