1
0
Files
setup-buildx-action/.prettierrc.json
T

11 lines
180 B
JSON
Raw Normal View History

{
2021-07-02 07:02:22 +02:00
"printWidth": 240,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
2026-02-28 10:02:54 +01:00
"arrowParens": "avoid"
}