Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-03-29 19:11:19 +03:00
Files
build-push-action/.prettierrc.json
2026-03-01 11:07:00 +01:00

11 lines
180 B
JSON

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