1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Allow comments in VS Code configuration

Since JSON formally cannot contain comments, GitHub highlights comments
in JSON files as errors, but the configuration files for VS Code
in this repository contain comments. This commit configures GitHub to
use a different syntax highlighter for the affected files.
This commit is contained in:
Tillmann Rendel 2022-02-01 14:55:29 +01:00
parent a764fdfb8e
commit dbbabedec6
No known key found for this signature in database
GPG key ID: 2BDB2F6DC1F92E49

2
.vscode/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Configure GitHub to not mark comments in configuration files as errors
*.json linguist-language=JSON-with-Comments