cohost.js-fork/.prettierrc.json

13 lines
226 B
JSON
Raw Normal View History

2022-07-31 20:51:51 +01:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"rangeStart": 0
}