owncast/web/.prettierrc

10 lines
167 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",
"jsxBracketSameLine": false,
"arrowParens": "avoid"
2020-10-01 04:47:18 +03:00
}