vscode/.gitattributes
SNDST00M: M.U.N.I.N 9e0857e916
Whitelist comments in all JSON files
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.
2021-07-23 02:08:39 +01:00

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