3
0
Fork 0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2024-11-22 17:39:31 +01:00
docker-setup-qemu/.prettierrc.json

12 lines
206 B
JSON
Raw Permalink Normal View History

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