Files
metadata-action/.prettierrc.json

11 lines
180 B
JSON
Raw Permalink Normal View History

2020-10-25 02:25:23 +01:00
{
"printWidth": 240,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
2020-10-25 02:25:23 +01:00
}