mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-08-26 21:21:38 -04:00
e9a111d9d3
Co-authored-by: Alex Yang <himself65@outlook.com>
19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[xml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"prettier.prettierPath": "./node_modules/prettier"
|
|
}
|