From a0de9aad07dda202097705d4e0f5220103686c0f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 4 Mar 2021 13:55:21 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20whitespace=20=E2=9C=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/support/config.json | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/tools/support/config.json b/tools/support/config.json index 7ad0f437f..0f40bcc7c 100644 --- a/tools/support/config.json +++ b/tools/support/config.json @@ -1,29 +1,29 @@ { - "comments": { - "lineComment": "//", - "blockComment": ["/*", "*/"] - }, - "brackets": [ - ["[", "]"], - ["{", "}"], - ["(", ")"] - ], - "autoClosingPairs": [ - { "open": "[", "close": "]" }, - { "open": "{", "close": "}" }, - { "open": "(", "close": ")" }, - { "open": "\"", "close": "\"", "notIn": ["string"] }, - { "open": "$", "close": "$", "notIn": ["string"] } - ], - "autoCloseBefore": "$ \n\t", - "surroundingPairs": [ - ["[", "]"], - ["{", "}"], - ["(", ")"], - ["\"", "\""], - ["*", "*"], - ["_", "_"], - ["`", "`"], - ["$", "$"] - ] + "comments": { + "lineComment": "//", + "blockComment": ["/*", "*/"] + }, + "brackets": [ + ["[", "]"], + ["{", "}"], + ["(", ")"] + ], + "autoClosingPairs": [ + { "open": "[", "close": "]" }, + { "open": "{", "close": "}" }, + { "open": "(", "close": ")" }, + { "open": "\"", "close": "\"", "notIn": ["string"] }, + { "open": "$", "close": "$", "notIn": ["string"] } + ], + "autoCloseBefore": "$ \n\t", + "surroundingPairs": [ + ["[", "]"], + ["{", "}"], + ["(", ")"], + ["\"", "\""], + ["*", "*"], + ["_", "_"], + ["`", "`"], + ["$", "$"] + ] }