0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-01-09 16:25:48 +02:00
checkout/.prettierrc.json

11 lines
180 B
JSON
Raw Normal View History

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