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
Родитель 046e517c3f
Коммит 039925164d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 67E427E02E6DA1B8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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