owncast/web/.prettierrc

9 lines
136 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",
"arrowParens": "avoid"
2022-05-12 08:31:31 +02:00
}