owncast/web/.prettierrc

9 lines
136 B
Text
Raw Normal View History

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