ghaction-github-pages/.prettierrc.json

12 lines
206 B
JSON
Raw Normal View History

2019-10-11 07:41:16 +08:00
{
2019-11-06 10:02:59 +08:00
"printWidth": 120,
2019-10-11 07:41:16 +08:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}