mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
Currently many files contain comments but are being matched as JSON incorrectly. To fix this, let's associate `*.json` with JSONC and fix the false positive error highlights.
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
* text=auto
|
|
|
|
LICENSE.txt eol=crlf
|
|
ThirdPartyNotices.txt eol=crlf
|
|
|
|
*.bat eol=crlf
|
|
*.cmd eol=crlf
|
|
*.ps1 eol=lf
|
|
*.sh eol=lf
|
|
*.rtf -text
|
|
*.json linguist-language=jsonc
|