0
owncast/web/.prettierrc

9 lines
136 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"
2022-05-11 23:31:31 -07:00
}