owncast/web/.prettierrc
2021-01-31 01:38:20 -08:00

9 lines
167 B
Text

{
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}