Import docker/setup-qemu-action @v3

This commit is contained in:
fourbroad
2026-06-17 08:02:57 +08:00
commit 2a330135e4
39 changed files with 12217 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}