From 039925164d18cedf8335960824cf3d886e246251 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Wed, 2 Aug 2023 13:44:07 +0100 Subject: [PATCH] Keep newline at the end of identical-files.json VS Code's JSON formatter removed it automatically. It turns out that the easiest way to keep it is to use the `files.insertFinalNewline` setting, which the JSON formatter obeys. --- config/identical-files.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/identical-files.json b/config/identical-files.json index 1acebd9813e..68b8fcbd303 100644 --- a/config/identical-files.json +++ b/config/identical-files.json @@ -571,4 +571,4 @@ "python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll", "java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll" ] -} \ No newline at end of file +}