3
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-02-05 23:41:17 +00:00
setup-go/.prettierrc.json

11 lines
224 B
JSON
Raw Permalink Normal View History

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