From 41027a0c96c61339967d5beff28404563ba9c1e1 Mon Sep 17 00:00:00 2001 From: XBagon Date: Tue, 13 Jun 2023 19:01:36 +0200 Subject: [PATCH] set json format to keep new lines in vscode settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 93f6279e..e9d953c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ ] } ], + "json.format.keepLines": true "files.exclude": { "**/.git": true, "**/.svn": true,