Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-03-29 14:51:17 +03:00
Files
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"
}