From 0dfd887bec02efb4eda374495c79791fb5d76215 Mon Sep 17 00:00:00 2001 From: Damian Tarnawski Date: Wed, 24 Jan 2024 23:45:21 +0100 Subject: Add enable_format option to ols.schema.json and readme --- misc/ols.schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc') 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" -- cgit v1.2.3