FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gemini-cli-pro/.prettierrc.json at main · iOfficeAI/gemini-cli-pro · GitHub
iOfficeAI
/
gemini-cli-pro
Public
forked from
google-gemini/gemini-cli
Notifications
You must be signed in to change notification settings
Fork
16
Star
30
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gemini-cli-pro
/
.prettierrc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 273 Bytes
Breadcrumbs
gemini-cli-pro
/
.prettierrc.json
Copy path
File metadata and controls
17 lines (17 loc) · 273 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"semi"
:
true
,
"trailingComma"
:
"
all
"
,
"singleQuote"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"overrides"
: [
{
"files"
: [
"
**/*.md
"
],
"options"
: {
"tabWidth"
:
2
,
"printWidth"
:
80
,
"proseWrap"
:
"
always
"
}
}
]
}
Back
|
FazBrowse Home
|
New Git URL