gradle-build-action/.prettierrc.json

11 lines
226 B
JSON
Raw Permalink Normal View History

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