FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ConvertX/prettier.config.js at main · C4illin/ConvertX · GitHub
C4illin
/
ConvertX
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
19k
Code
Issues
95
Pull requests
28
Discussions
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ConvertX
/
prettier.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 184 Bytes
Breadcrumbs
ConvertX
/
prettier.config.js
Copy path
File metadata and controls
12 lines (11 loc) · 184 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
/**
*
@type
{
import('prettier').Config
}
*/
const
config
=
{
arrowParens
:
"always"
,
printWidth
:
100
,
singleQuote
:
false
,
semi
:
true
,
tabWidth
:
2
,
}
;
export
default
config
;
Back
|
FazBrowse Home
|
New Git URL