2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-06-24 16:05:54 +00:00
docker-build-push-action/.prettierrc.json

12 lines
206 B
JSON
Raw Normal View History

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