This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
setup-buildx-action/.prettierrc.json

12 lines
206 B
JSON
Raw Permalink Normal View History

2025-06-05 13:09:10 +08:00
{
"printWidth": 240,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}