Files
Grounded-SAM-2/sam2/demo/frontend/.prettierrc.json

9 lines
171 B
JSON
Raw Normal View History

2024-11-19 22:12:54 -08:00
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "auto"
}