1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-30 20:13:53 +03:00
owncast/web/.prettierrc
2022-05-11 23:31:31 -07:00

8 lines
136 B
Text

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