2
mirror of https://github.com/docker/login-action.git synced 2026-04-17 10:35:11 +00:00
Files
docker-login-action/.prettierrc.json
2026-03-01 11:29:31 +01:00

11 lines
180 B
JSON

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