1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-11-08 14:42:40 +00:00
setup-go/.prettierrc.json
Danny McCormick cd176c696b Add setup-go
2019-06-19 09:44:17 -04:00

11 lines
No EOL
224 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}