1
0
Files
build-push-action/.prettierrc.json
T

11 lines
180 B
JSON
Raw Normal View History

2020-08-16 00:36:41 +02:00
{
2021-07-01 15:29:36 +02:00
"printWidth": 240,
2020-08-16 00:36:41 +02:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
2026-02-28 16:47:36 +01:00
"arrowParens": "avoid"
2020-08-16 00:36:41 +02:00
}