0
owncast/web/.prettierrc

8 lines
135 B
Plaintext
Raw Normal View History

2020-09-30 18:47:18 -07:00
{
2021-01-31 01:38:20 -08:00
"useTabs": false,
"printWidth": 100,
2020-09-30 18:47:18 -07:00
"tabWidth": 2,
2021-01-31 01:38:20 -08:00
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}