diff options
| author | Damian Tarnawski <gthetarnav@gmail.com> | 2024-01-24 23:45:21 +0100 |
|---|---|---|
| committer | Damian Tarnawski <gthetarnav@gmail.com> | 2024-01-24 23:45:21 +0100 |
| commit | 0dfd887bec02efb4eda374495c79791fb5d76215 (patch) | |
| tree | f64d60909fca2b4331d00bae2e88ed4dedcda3a6 /misc | |
| parent | e536b9393c64c1fe61d87b46dcdfa45bc1c1efcf (diff) | |
Add enable_format option to ols.schema.json and readme
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index bc01704..a374681 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -21,6 +21,11 @@ "type": "boolean", "description": "Turns on outline of all your global declarations in your document." }, + "enable_format": { + "type": "boolean", + "description": "Turns on formatting with odinfmt.", + "default": true + }, "enable_hover": { "type": "boolean", "description": "Enables hover feature" |