22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"security": {
|
|
"auth": {
|
|
"selectedType": "oauth-personal"
|
|
}
|
|
},
|
|
"general": {
|
|
"preferredEditor": "neovim",
|
|
"previewFeatures": true,
|
|
"enablePromptCompletion": true
|
|
},
|
|
"context": {
|
|
"fileName": ["AGENTS.md", "CONTEXT.md", "GEMINI.md"]
|
|
},
|
|
"tools": {
|
|
"shell": {
|
|
"showColor": true
|
|
}
|
|
}
|
|
}
|
|
|