12
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-07-03 03:29:33 +00:00
setup-go/.prettierrc.json
2026-06-26 10:38:07 +05:30

10 lines
179 B
JSON

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