1
0
mirror of https://github.com/actions/setup-go.git synced 2026-07-12 08:21:38 +00:00
Files
setup-go/.prettierrc.json
T
2026-07-12 04:11:08 +00:00

11 lines
179 B
JSON

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