mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
cfc697a96d
- Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
8 lines
105 B
JSON
8 lines
105 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2
|
|
}
|