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.
This commit is contained in:
Owen Mansel-Chan
2023-08-02 13:44:07 +01:00
parent 046e517c3f
commit 039925164d

View File

@@ -571,4 +571,4 @@
"python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll",
"java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll"
]
}
}