mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 08:34:54 -04:00
6a4a73760b
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
20 lines
514 B
JSON
20 lines
514 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",
|
|
"prettier.configPath": "prettier.config.mjs"
|
|
}
|