Sign in
go
/
vscode-go
/
49e8caf4029e0a113658d48d497797cde818b8a5
/
.
/
.prettierrc.json
blob: 18704c77184548c9580de83e6a66b1840bd8efb2 [
file
] [
log
] [
blame
]
{
"printWidth"
:
120
,
"singleQuote"
:
true
,
"arrowParens"
:
"always"
,
"quoteProps"
:
"consistent"
,
"trailingComma"
:
"none"
}