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

9 lines
171 B
JSON
Raw Normal View History

{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "auto"
}