1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-11-08 22:52:41 +00:00
setup-go/.prettierrc.json

11 lines
224 B
JSON
Raw Permalink Normal View History

2019-06-19 13:44:17 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}