mirror of
https://github.com/docker/setup-qemu-action.git
synced 2024-11-05 19:55:40 +01:00
0b8d326375
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript"
|
|
}
|