Add setup-qemu action (#71)

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-07 11:05:37 +02:00
parent 36c90bc3ab
commit 64d53ac2cf
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
14 changed files with 5770 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}