Files
owncast/web/.prettierrc
T

9 lines
136 B
Plaintext

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