1
0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2026-05-03 19:16:52 +07:00
Files
setup-qemu/.prettierrc.json
2026-02-28 02:05:32 +01:00

11 lines
180 B
JSON

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