4
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2026-03-04 22:42:06 +08:00
Files
setup-qemu-action/.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"
}