Files
docker-login/.prettierrc.json

11 lines
180 B
JSON
Raw Permalink Normal View History

2020-08-15 14:45:36 +02:00
{
"printWidth": 240,
2020-08-15 14:45:36 +02:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
2020-08-15 14:45:36 +02:00
}