1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2024-11-23 09:54:51 +01:00
checkout/.prettierrc.json
2022-10-23 23:42:26 -04:00

10 lines
180 B
JSON

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