owncast/web/.prettierrc

10 lines
167 B
Plaintext
Raw Normal View History

2020-10-01 03:47:18 +02:00
{
2021-01-31 10:38:20 +01:00
"useTabs": false,
"printWidth": 100,
2020-10-01 03:47:18 +02:00
"tabWidth": 2,
2021-01-31 10:38:20 +01:00
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": false,
"arrowParens": "avoid"
2020-10-01 03:47:18 +02:00
}