From fdeed4d505b63a81eb62299e0331bfbe3683270a Mon Sep 17 00:00:00 2001 From: Dionysios Grapsas Date: Fri, 10 Jan 2025 10:59:28 +0100 Subject: [PATCH] json order fix --- fortls/fortls.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortls/fortls.schema.json b/fortls/fortls.schema.json index 3051e0e4..78c6cca9 100644 --- a/fortls/fortls.schema.json +++ b/fortls/fortls.schema.json @@ -136,9 +136,9 @@ "type": "string" }, "folding_range": { - "title": "Folding Range", - "description": "Fold editor based on language keywords", "default": false, + "description": "Fold editor based on language keywords", + "title": "Folding Range", "type": "boolean" }, "max_line_length": {