1
0
mirror of https://gitea.com/docker/login-action.git synced 2026-05-03 19:26:52 +07:00
Files
docker-login/.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"
}