github-pages-deploy-action/.prettierrc.json

11 lines
180 B
JSON
Raw Normal View History

2020-03-05 21:19:45 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}