1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-04 08:41:01 +08:00
checkout/.prettierrc.json
2022-10-23 23:42:26 -04:00

11 lines
180 B
JSON

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