1
0
mirror of https://gitea.com/docker/build-push-action.git synced 2026-01-23 06:54:33 +07:00
Files
docker-build-push/.prettierrc.json
2021-07-01 15:29:36 +02:00

12 lines
206 B
JSON

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