1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 17:57:50 +01:00
Files
short-sha/.prettierrc.json
Benjamin LEVESQUE 9f96a4f558 short-sha
2020-03-09 22:00:34 +01:00

25 lines
387 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown"
}
},
{
"files": "*.ts",
"options": {
"parser": "typescript"
}
}
]
}