1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-16 15:36:44 +00:00
checkout/.prettierrc.json
2019-12-03 10:28:59 -05:00

11 lines
205 B
JSON

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