1
Fork 0
mirror of https://gitea.com/actions/checkout.git synced 2024-11-09 18:25:56 +01:00
checkout/.prettierrc.json

11 lines
205 B
JSON
Raw Permalink Normal View History

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