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