mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.md"],
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|