gradle-build-action/.prettierrc.json

11 lines
226 B
JSON
Raw Normal View History

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