Ensure *.json recognized as JSONC if checkout folder not zed
(#34289)
Follow-up to: https://github.com/zed-industries/zed/pull/33410 Release Notes: - N/A
This commit is contained in:
parent
3b9bb521f4
commit
10028aaae8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"file_types": {
|
||||
"Dockerfile": ["Dockerfile*[!dockerignore]"],
|
||||
"JSONC": ["assets/**/*.json", "renovate.json"],
|
||||
"JSONC": ["**/assets/**/*.json", "renovate.json"],
|
||||
"Git Ignore": ["dockerignore"]
|
||||
},
|
||||
"hard_tabs": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue