vscode-go/extension/.prettierrc.json

7 строки
125 B
JSON

{
"printWidth": 120,
"singleQuote": true,
"arrowParens": "always",
"quoteProps": "consistent",
"trailingComma": "none"
}