1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-02 05:00:07 +02:00
build-push-action/setup-buildx/.prettierrc.json
2020-08-11 10:30:13 +02:00

11 lines
206 B
JSON

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