diff options
| author | eZio Pan <[email protected]> | 2024-01-06 11:59:55 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-06 11:59:55 +0800 |
| commit | fe3973c513a71d20ec2bc2f7d3cefd414f405980 (patch) | |
| tree | 511aee37e1e8f1926484f9f9f546b60164a9c797 | |
| parent | 294046cddbdd485a99f7531c29af92c326124123 (diff) | |
mark json file inside .vscode folder as jsonc
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 4db9edae7..a51376f0d 100644 --- a/.gitattributes +++ b/.gitattributes | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | *.x text | 15 | *.x text |
| 16 | *.yml text | 16 | *.yml text |
| 17 | 17 | ||
| 18 | .vscode/*.json linguist-language=JSON-with-Comments | ||
| 19 | |||
| 18 | *.raw binary | 20 | *.raw binary |
| 19 | *.bin binary | 21 | *.bin binary |
| 20 | *.png binary | 22 | *.png binary |
| @@ -38,4 +40,4 @@ | |||
| 38 | *.pdf binary | 40 | *.pdf binary |
| 39 | *.ez binary | 41 | *.ez binary |
| 40 | *.bz2 binary | 42 | *.bz2 binary |
| 41 | *.swp binary \ No newline at end of file | 43 | *.swp binary |
