From c1f04fca4d1ef57a7fab8f8c4b44cf8a70197f7b Mon Sep 17 00:00:00 2001 From: John Kane Date: Tue, 30 Apr 2024 10:10:47 +0100 Subject: [PATCH] style: tweak formatting in lang config json --- client/language-configuration.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/language-configuration.json b/client/language-configuration.json index 081b153c..4008c097 100644 --- a/client/language-configuration.json +++ b/client/language-configuration.json @@ -33,11 +33,11 @@ ["(", ")"] ], "folding": { - "markers": { - "start": "^\\s*//\\s*#?region\\b", - "end": "^\\s*//\\s*#?endregion\\b" - } - }, + "markers": { + "start": "^\\s*//\\s*#?region\\b", + "end": "^\\s*//\\s*#?endregion\\b" + } + }, "onEnterRules": [ { // e.g. /** | */