gradle-build-action/.prettierrc.json

11 lines
226 B
JSON
Raw Normal View History

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