gradle-build-action/.prettierrc.json

11 lines
226 B
JSON
Raw Permalink Normal View History

2020-06-13 12:46:29 +02:00
{
"printWidth": 120,
2020-06-13 13:44:30 +02:00
"tabWidth": 4,
2020-06-13 12:46:29 +02:00
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}