mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-30 00:46:14 +08:00
Add Zed settings
This commit is contained in:
30
.zed/settings.json
Normal file
30
.zed/settings.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"languages": {
|
||||||
|
"Python": {
|
||||||
|
"language_servers": ["ty", "basedpyright", "ruff", "!pylsp"],
|
||||||
|
"format_on_save": "on",
|
||||||
|
"wrap_guides": [88],
|
||||||
|
"formatter": [
|
||||||
|
{ "code_action": "source.organizeImports.ruff" },
|
||||||
|
{ "code_action": "source.fixAll.ruff" },
|
||||||
|
{
|
||||||
|
"language_server": {
|
||||||
|
"name": "ruff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"lsp": {
|
||||||
|
"basedpyright": {
|
||||||
|
"settings": {
|
||||||
|
"python": {
|
||||||
|
"pythonPath": ".hatch/fastapi-users/bin/python"
|
||||||
|
},
|
||||||
|
"basedpyright.analysis": {
|
||||||
|
"autoImportCompletions": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user