mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 21:28:29 +03:00
9 lines
167 B
Text
9 lines
167 B
Text
{
|
|
"useTabs": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid"
|
|
}
|