Skip to content

Commit 0399251

Browse files
committed
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.
1 parent 046e517 commit 0399251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/identical-files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,4 +571,4 @@
571571
"python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll",
572572
"java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll"
573573
]
574-
}
574+
}

0 commit comments

Comments
 (0)